Package org.apache.camel.language.simple.ast
AST for the Camel Simple language.
-
Interface Summary Interface Description Block A model which is a block, containing other nodes.BlockEnd Marks an end of a block.BlockStart Marks a start of a block.LiteralNode Represents a node in the AST which contains literalsSimpleNode Represents a node in the Simple AST -
Class Summary Class Description BaseSimpleNode Base class forSimpleNode
nodes.BinaryExpression Represents a binary expression in the AST.BooleanExpression Represents a boolean value.CompositeNodes A node which contains othernodes
.DoubleQuoteEnd Ends a block enclosed by double quotesDoubleQuoteStart Starts a block enclosed by double quotesLiteralExpression Represents literals in the AST.LogicalExpression Represents a logical expression in the ASTNullExpression Represents a null expression.NumericExpression Represents a numeric value.SimpleFunctionEnd Ends a functionSimpleFunctionExpression Represents one of built-in functions of the simple languageSimpleFunctionStart Starts a functionSingleQuoteEnd Ends a block enclosed by single quotesSingleQuoteStart Starts a block enclosed by single quotesUnaryExpression Represents an unary expression in the AST