public class SimpleFunctionExpression extends LiteralExpression
texttoken| Constructor and Description |
|---|
SimpleFunctionExpression(SimpleToken token) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
createExpression(String expression)
Creates a Camel
Expression based on this model. |
Expression |
createExpression(String expression,
boolean strict)
Creates a Camel
Expression based on this model. |
addText, getText, quoteEmbeddedNodes, toStringgetTokenclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTokenpublic SimpleFunctionExpression(SimpleToken token)
public Expression createExpression(String expression)
SimpleNodeExpression based on this model.createExpression in interface SimpleNodecreateExpression in class LiteralExpressionexpression - the input stringExpressionpublic Expression createExpression(String expression, boolean strict)
Expression based on this model.expression - the input stringstrict - whether to throw exception if the expression was not a function,
otherwise null is returnedExpressionSimpleParserException - should be thrown if error parsing the modelApache Camel