Class GrammarRootAST

  • All Implemented Interfaces:
    org.antlr.runtime.tree.Tree

    public class GrammarRootAST
    extends GrammarASTWithOptions
    • Field Detail

      • grammarType

        public int grammarType
      • hasErrors

        public boolean hasErrors
      • tokenStream

        public final org.antlr.runtime.TokenStream tokenStream
        Track stream used to create this tree
      • fileName

        public String fileName
    • Constructor Detail

      • GrammarRootAST

        public GrammarRootAST​(org.antlr.runtime.Token t,
                              org.antlr.runtime.TokenStream tokenStream)
      • GrammarRootAST

        public GrammarRootAST​(int type,
                              org.antlr.runtime.Token t,
                              org.antlr.runtime.TokenStream tokenStream)
      • GrammarRootAST

        public GrammarRootAST​(int type,
                              org.antlr.runtime.Token t,
                              String text,
                              org.antlr.runtime.TokenStream tokenStream)