parser
Interface ExpressionParser.Subtraction

All Superinterfaces:
ExpressionParser.Expression, ExpressionParser.Node
All Known Implementing Classes:
ExpressionParser.Default.Subtraction
Enclosing interface:
ExpressionParser

public static interface ExpressionParser.Subtraction
extends ExpressionParser.Expression

The node Subtraction.


Field Summary
static int ID
          The ID value of the type.
 
Method Summary
 ExpressionParser.Expression operand1()
          Returns the child node labeled by operand1 in the notavaCC source.
 ExpressionParser.Expression operand2()
          Returns the child node labeled by operand2 in the notavaCC source.
 
Methods inherited from interface parser.ExpressionParser.Node
accept, getChildNodes, getParentNode, setParentNode
 

Field Detail

ID

public static final int ID
The ID value of the type.

See Also:
Constant Field Values
Method Detail

operand1

public ExpressionParser.Expression operand1()
Returns the child node labeled by operand1 in the notavaCC source. If there is not such a one, the resut is null.


operand2

public ExpressionParser.Expression operand2()
Returns the child node labeled by operand2 in the notavaCC source. If there is not such a one, the resut is null.