Class NodeToRuleCapturingParser.ParserContext

  • Enclosing class:
    NodeToRuleCapturingParser

    public static class NodeToRuleCapturingParser.ParserContext
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ParserContext()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.Map<Node<?>,​org.antlr.v4.runtime.ParserRuleContext> getNodeToRuleMap()  
      protected org.antlr.v4.runtime.CommonTokenStream getTokens()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ParserContext

        public ParserContext()
    • Method Detail

      • getTokens

        protected org.antlr.v4.runtime.CommonTokenStream getTokens()
      • getNodeToRuleMap

        protected java.util.Map<Node<?>,​org.antlr.v4.runtime.ParserRuleContext> getNodeToRuleMap()