Class TreeRuleReturnScope


  • public class TreeRuleReturnScope
    extends RuleReturnScope
    This is identical to the ParserRuleReturnScope except that the start property is a tree nodes not Token object when you are parsing trees. To be generic the tree node types have to be Object.
    • Field Detail

      • start

        public Object start
        First node or root node of tree matched for this rule.
    • Constructor Detail

      • TreeRuleReturnScope

        public TreeRuleReturnScope()