Uses of Package
org.apache.camel.language.simple.ast
-
Packages that use org.apache.camel.language.simple.ast Package Description org.apache.camel.language.simple Camel Simple language.org.apache.camel.language.simple.ast AST for the Camel Simple language. -
Classes in org.apache.camel.language.simple.ast used by org.apache.camel.language.simple Class Description SimpleNode Represents a node in the Simple AST -
Classes in org.apache.camel.language.simple.ast used by org.apache.camel.language.simple.ast Class Description BaseSimpleNode Base class forSimpleNode
nodes.Block A model which is a block, containing other nodes.BlockEnd Marks an end of a block.BlockStart Marks a start of a block.CompositeNodes A node which contains othernodes
.LiteralExpression Represents literals in the AST.LiteralNode Represents a node in the AST which contains literalsSimpleNode Represents a node in the Simple AST