org.lsmp.djep.groupJep.function
Class GUMinus
java.lang.Object
org.nfunk.jep.function.PostfixMathCommand
org.lsmp.djep.groupJep.function.GUMinus
- All Implemented Interfaces:
- PostfixMathCommandI
public class GUMinus
- extends PostfixMathCommand
Unitary division for a group.
- Author:
- Rich Morris
Created on 05-Mar-2004
|
Method Summary |
void |
run(Stack stack)
Calculates the result of applying the "+" operator to the arguments from
the stack and pushes it back on the stack. |
Object |
uminus(Object param1)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GUMinus
public GUMinus(GroupI group)
run
public void run(Stack stack)
throws ParseException
- Calculates the result of applying the "+" operator to the arguments from
the stack and pushes it back on the stack.
- Specified by:
run in interface PostfixMathCommandI- Overrides:
run in class PostfixMathCommand
- Throws:
ParseException
uminus
public Object uminus(Object param1)
throws ParseException
- Throws:
ParseException
Copyright © 2014. All rights reserved.