Interface BlockStart
-
- All Superinterfaces:
Block
,SimpleNode
- All Known Implementing Classes:
DoubleQuoteStart
,SimpleFunctionStart
,SingleQuoteStart
public interface BlockStart extends Block
Marks a start of a block.
-
-
Method Summary
-
Methods inherited from interface org.apache.camel.language.simple.ast.Block
acceptAndAddNode
-
Methods inherited from interface org.apache.camel.language.simple.ast.SimpleNode
createCode, createExpression, getToken
-
-