public class UnaryExpression extends BaseSimpleNode
token| Constructor and Description |
|---|
UnaryExpression(SimpleToken token) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptLeft(SimpleNode left)
Accepts the left node to this operator
|
Expression |
createExpression(String expression)
Creates a Camel
Expression based on this model. |
UnaryOperatorType |
getOperator() |
String |
toString() |
getTokenpublic UnaryExpression(SimpleToken token)
public String toString()
toString in class BaseSimpleNodepublic void acceptLeft(SimpleNode left)
left - the left node to acceptpublic UnaryOperatorType getOperator()
public Expression createExpression(String expression)
SimpleNodeExpression based on this model.expression - the input stringExpressionApache Camel