public class SimpleFunctionStart extends BaseSimpleNode implements BlockStart
token| Constructor and Description |
|---|
SimpleFunctionStart(SimpleToken token) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptAndAddNode(SimpleNode node)
Whether to accept and add the given node in this block.
|
Expression |
createExpression(String expression)
Creates a Camel
Expression based on this model. |
String |
toString() |
getTokenclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTokenpublic SimpleFunctionStart(SimpleToken token)
public String toString()
toString in class BaseSimpleNodepublic Expression createExpression(String expression)
SimpleNodeExpression based on this model.createExpression in interface SimpleNodeexpression - the input stringExpressionpublic boolean acceptAndAddNode(SimpleNode node)
BlockacceptAndAddNode in interface Blocknode - the other node.Apache Camel