An inner class that defines a pair containing an ExpressionNode and a boolean flag. More...

Public Member Functions | |
| Term (boolean positive, ExpressionNode expression) | |
| Construct the Term object with some values. | |
Public Attributes | |
| boolean | positive |
| the boolean flag | |
| ExpressionNode | expression |
| the expression node | |
An inner class that defines a pair containing an ExpressionNode and a boolean flag.
Definition at line 41 of file SequenceExpressionNode.java.
| uk.co.cogitolearning.cogpar.SequenceExpressionNode.Term.Term | ( | boolean | positive, |
| ExpressionNode | expression | ||
| ) |
Construct the Term object with some values.
| positive | the boolean flag |
| expression | the expression node |
Definition at line 53 of file SequenceExpressionNode.java.
1.8.1.2