public class NullExpression extends BaseSimpleNode
token| Constructor and Description |
|---|
NullExpression(SimpleToken token) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Expression |
createExpression(String expression)
Creates a Camel
Expression based on this model. |
getToken, toStringpublic NullExpression(SimpleToken token)
public org.apache.camel.Expression createExpression(String expression) throws SimpleParserException
SimpleNodeExpression based on this model.expression - the input stringExpressionSimpleParserException - should be thrown if error parsing the modelApache Camel