parser
Interface ExpressionParser.Number

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

public static interface ExpressionParser.Number
extends ExpressionParser.Expression

The node Number.


Field Summary
static int ID
          The ID value of the type.
 
Method Summary
 ExpressionParser.Token value()
          Returns the child node labeled by value 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

value

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