public class GAdd extends PostfixMathCommand
curNumberOfParameters, numberOfParameters| Modifier and Type | Method and Description |
|---|---|
Object |
add(Object param1,
Object param2) |
void |
run(Stack stack)
Calculates the result of applying the "+" operator to the arguments from
the stack and pushes it back on the stack.
|
checkNumberOfParameters, checkStack, getNumberOfParameters, setCurNumberOfParameterspublic GAdd(GroupI group)
public void run(Stack stack) throws ParseException
run in interface PostfixMathCommandIrun in class PostfixMathCommandParseExceptionpublic Object add(Object param1, Object param2) throws ParseException
ParseExceptionCopyright © 2018. All rights reserved.