| Package | Description |
|---|---|
| org.apache.camel.language.simple |
Camel Simple language.
|
| org.apache.camel.language.simple.ast |
AST for the Camel Simple language.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseSimpleParser.expect(TokenType expect)
Expect a given token
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
NullExpression.createExpression(String expression) |
Expression |
SimpleNode.createExpression(String expression)
Creates a Camel
Expression based on this model. |
Apache Camel