| Package | Description |
|---|---|
| org.apache.camel.language.simple |
Camel Simple language.
|
| org.apache.camel.language.simple.ast |
AST for the Camel Simple language.
|
| Class and Description |
|---|
| SimpleNode
Represents a node in the Simple AST
|
| Class and Description |
|---|
| BaseSimpleNode
Base class for
SimpleNode 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.
|
| LiteralExpression
Represents literals in the AST.
|
| LiteralNode
Represents a node in the AST which contains literals
|
| SimpleNode
Represents a node in the Simple AST
|
Apache Camel