Interface Node

All Superinterfaces:
Serializable
All Known Subinterfaces:
NodeListInterface
All Known Implementing Classes:
AdditiveExpression, ArgumentList, Arguments, BooleanLiteral, ConditionalAndExpression, EqualityExpression, Expression, FunctionCall, Literal, MultiplicativeExpression, Name, NodeChoice, NodeList, NodeListOptional, NodeOptional, NodeSequence, NodeToken, NullLiteral, PrimaryExpression, RelationalExpression, TopLevelExpression, UnaryExpression

public interface Node extends Serializable
The interface which all syntax tree classes must implement.