parser
Interface ExpressionParser.Root

All Superinterfaces:
ExpressionParser.Node
All Known Implementing Classes:
ExpressionParser.Default.Root
Enclosing interface:
ExpressionParser

public static interface ExpressionParser.Root
extends ExpressionParser.Node

The node Root.


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

expression

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