public class GDivide extends PostfixMathCommand
Modifier and Type | Method and Description |
---|---|
Object |
div(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, getNumberOfParameters, setCurNumberOfParameters
public GDivide(GroupI group)
public void run(Stack stack) throws ParseException
run
in interface PostfixMathCommandI
run
in class PostfixMathCommand
ParseException
public Object div(Object param1, Object param2) throws ParseException
ParseException
Jas4pp 1.5 © Java Analysis Studio for Particle Physics