Package org.oristool.lello.ast
Provides classes for AST representation.
-
Class Summary Class Description BinaryExpression Represents a binary expression.Brackets Represents an expression enclosed in brackets.Constant Represents a constant expression.Expression The base class for every node in Lello AST (Abstract Syntax Tree).FunctionCall Represents an expression consisting of a function call.UnaryExpression Represents a unary expression.Variable Represents an expression consisting of a variable reference. -
Enum Summary Enum Description UnaryExpression.UnaryOperationType Represents which version of the operator is being used, either prefix or suffix.