Uses of Package
org.oristool.lello.ast
Package
Description
Provides classes for AST representation.
Parsing of input strings.
AST visitors.
-
ClassDescriptionRepresents a binary expression.Represents a constant expression.The base class for every node in Lello AST (Abstract Syntax Tree).Represents a unary expression.Represents which version of the operator is being used, either prefix or suffix.Represents an expression consisting of a variable reference.
-
-
ClassDescriptionRepresents a binary expression.Represents an expression enclosed in brackets.Represents a constant expression.The base class for every node in Lello AST (Abstract Syntax Tree).Represents an expression consisting of a function call.Represents a unary expression.Represents an expression consisting of a variable reference.