public class GLogical extends PostfixMathCommand
curNumberOfParameters, numberOfParameters| Constructor and Description |
|---|
GLogical(int id)
Constructs
|
| Modifier and Type | Method and Description |
|---|---|
void |
run(java.util.Stack inStack)
Throws an exception because this method should never be called under
normal circumstances.
|
checkNumberOfParameters, checkStack, getNumberOfParameters, setCurNumberOfParameterspublic GLogical(int id)
id - should be Logical.AND or Logical.ORLogicalpublic void run(java.util.Stack inStack)
throws ParseException
PostfixMathCommandrun in interface PostfixMathCommandIrun in class PostfixMathCommandParseExceptionhttp://www.singularsys.com/jep Copyright © 2007 Singular Systems