| Package | Description |
|---|---|
| org.apache.camel.language.simple.ast |
AST for the Camel Simple language.
|
| org.apache.camel.language.simple.types |
Types for the Camel Simple language.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryOperatorType |
BinaryExpression.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
static BinaryOperatorType |
BinaryOperatorType.asOperator(String text) |
static BinaryOperatorType |
BinaryOperatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryOperatorType[] |
BinaryOperatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
BinaryOperatorType.getOperatorText(BinaryOperatorType operator) |
static BinaryOperatorType.ParameterType[] |
BinaryOperatorType.supportedParameterTypes(BinaryOperatorType operator)
Returns the types of right hand side parameters this operator supports.
|
Apache Camel