Package org.camunda.bpm.impl.juel
Class Parser.ExtensionHandler
java.lang.Object
org.camunda.bpm.impl.juel.Parser.ExtensionHandler
- Enclosing class:
 - Parser
 
Provide limited support for syntax extensions.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract AstNodecreateAstNode(AstNode... children) Called by the parser if it handles a extended token associated with this handler at the appropriate extension point. 
- 
Constructor Details
- 
ExtensionHandler
 
 - 
 - 
Method Details
- 
getExtensionPoint
- Returns:
 - the extension point specifying where this syntax extension is active
 
 - 
createAstNode
Called by the parser if it handles a extended token associated with this handler at the appropriate extension point.- Parameters:
 children-- Returns:
 - abstract syntax tree node
 
 
 -