Class Parser.ExtensionHandler
java.lang.Object
de.odysseus.el.tree.impl.Parser.ExtensionHandler
- Enclosing class:
Parser
Provide limited support for syntax extensions.
-
Field Summary
Fields -
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.
-
Field Details
-
point
-
-
Constructor Details
-
ExtensionHandler
-
-
Method Details
-
getExtensionPoint
- Returns:
- the extension point specifying where this syntax extension is active
-
createAstNode
-