public class BinaryExpression extends BaseSimpleNode
token| Constructor and Description |
|---|
BinaryExpression(SimpleToken token) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptLeftNode(SimpleNode lef) |
boolean |
acceptRightNode(SimpleNode right) |
Expression |
createExpression(String expression)
Creates a Camel
Expression based on this model. |
BinaryOperatorType |
getOperator() |
String |
toString() |
getTokenpublic BinaryExpression(SimpleToken token)
public String toString()
toString in class BaseSimpleNodepublic boolean acceptLeftNode(SimpleNode lef)
public boolean acceptRightNode(SimpleNode right)
public BinaryOperatorType getOperator()
public Expression createExpression(String expression)
SimpleNodeExpression based on this model.expression - the input stringExpressionApache Camel