public class CognosComplexExpressionBuilder.MaxRelationshipParserHelper extends java.lang.Object implements ExprParser.ParserHelper
Constructor and Description |
---|
CognosComplexExpressionBuilder.MaxRelationshipParserHelper() |
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.
|
public CognosComplexExpressionBuilder.MaxRelationshipParserHelper()
public Node evaluateNode(Node parent, Node current)
ExprParser.ParserHelper
evaluateNode
in interface ExprParser.ParserHelper
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