public class GLogical extends PostfixMathCommand
Constructor and Description |
---|
GLogical(int id)
Constructs
|
Modifier and Type | Method and Description |
---|---|
void |
run(Stack inStack)
Throws an exception because this method should never be called under
normal circumstances.
|
checkNumberOfParameters, getNumberOfParameters, setCurNumberOfParameters
public GLogical(int id)
id
- should be Logical.AND or Logical.ORLogical
public void run(Stack inStack) throws ParseException
PostfixMathCommand
run
in interface PostfixMathCommandI
run
in class PostfixMathCommand
ParseException
Jas4pp 1.5 © Java Analysis Studio for Particle Physics