Class RuleAST

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

    public class RuleAST
    extends GrammarASTWithOptions
    • Constructor Detail

      • RuleAST

        public RuleAST​(RuleAST node)
      • RuleAST

        public RuleAST​(org.antlr.runtime.Token t)
      • RuleAST

        public RuleAST​(int type)
    • Method Detail

      • isLexerRule

        public boolean isLexerRule()
      • getRuleName

        public java.lang.String getRuleName()
      • getLexerAction

        public ActionAST getLexerAction()