Package org.camunda.bpm.engine.impl.juel
Class Parser.ExtensionHandler
- java.lang.Object
-
- org.camunda.bpm.engine.impl.juel.Parser.ExtensionHandler
-
-
Constructor Summary
Constructors Constructor Description ExtensionHandler(Parser.ExtensionPoint point)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract AstNode
createAstNode(AstNode... children)
Called by the parser if it handles a extended token associated with this handler at the appropriate extension point.Parser.ExtensionPoint
getExtensionPoint()
-
-
-
Constructor Detail
-
ExtensionHandler
public ExtensionHandler(Parser.ExtensionPoint point)
-
-
Method Detail
-
getExtensionPoint
public Parser.ExtensionPoint getExtensionPoint()
- Returns:
- the extension point specifying where this syntax extension is active
-
-