public static interface ExprParser.ParserHelper
Modifier and Type | Method and Description |
---|---|
Node |
evaluateNode(Node parent,
Node current)
Parser Helper allows a subclass to extend the parser to create new
node types, or change the parse tree during parsing.
|
Node evaluateNode(Node parent, Node current)
parent
- current parent Node (ie, Group, or Root node)current
- current node that was just created by the parser... BEFORE
it gets added to the parent