Class GroovyParser.ClassDeclarationContext

java.lang.Object
org.antlr.v4.runtime.RuleContext
org.antlr.v4.runtime.ParserRuleContext
org.apache.groovy.parser.antlr4.GroovyParser.GroovyParserRuleContext
org.apache.groovy.parser.antlr4.GroovyParser.ClassDeclarationContext
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree, org.antlr.v4.runtime.tree.RuleNode, org.antlr.v4.runtime.tree.SyntaxTree, org.antlr.v4.runtime.tree.Tree, NodeMetaDataHandler
Enclosing class:
GroovyParser

public static class GroovyParser.ClassDeclarationContext extends GroovyParser.GroovyParserRuleContext
  • Field Details

  • Constructor Details

    • ClassDeclarationContext

      public ClassDeclarationContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
  • Method Details

    • identifier

      public GroovyParser.IdentifierContext identifier()
    • nls

      public List<? extends GroovyParser.NlsContext> nls()
    • nls

      public GroovyParser.NlsContext nls(int i)
    • classBody

      public GroovyParser.ClassBodyContext classBody()
    • CLASS

      public org.antlr.v4.runtime.tree.TerminalNode CLASS()
    • INTERFACE

      public org.antlr.v4.runtime.tree.TerminalNode INTERFACE()
    • ENUM

      public org.antlr.v4.runtime.tree.TerminalNode ENUM()
    • AT

      public org.antlr.v4.runtime.tree.TerminalNode AT()
    • TRAIT

      public org.antlr.v4.runtime.tree.TerminalNode TRAIT()
    • RECORD

      public org.antlr.v4.runtime.tree.TerminalNode RECORD()
    • typeParameters

      public GroovyParser.TypeParametersContext typeParameters()
    • formalParameters

      public GroovyParser.FormalParametersContext formalParameters()
    • EXTENDS

      public org.antlr.v4.runtime.tree.TerminalNode EXTENDS()
    • IMPLEMENTS

      public org.antlr.v4.runtime.tree.TerminalNode IMPLEMENTS()
    • PERMITS

      public org.antlr.v4.runtime.tree.TerminalNode PERMITS()
    • typeList

      public List<? extends GroovyParser.TypeListContext> typeList()
    • typeList

      public GroovyParser.TypeListContext typeList(int i)
    • getRuleIndex

      public int getRuleIndex()
      Overrides:
      getRuleIndex in class org.antlr.v4.runtime.RuleContext
    • accept

      public <Result> Result accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends Result> visitor)
      Specified by:
      accept in interface org.antlr.v4.runtime.tree.ParseTree
      Overrides:
      accept in class org.antlr.v4.runtime.RuleContext