Class CSharpParser.Constructor_declarationContext

java.lang.Object
org.antlr.v4.runtime.RuleContext
org.antlr.v4.runtime.ParserRuleContext
de.jplag.csharp.grammar.CSharpParser.Constructor_declarationContext
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
Enclosing class:
CSharpParser

public static class CSharpParser.Constructor_declarationContext extends org.antlr.v4.runtime.ParserRuleContext
  • Constructor Details

    • Constructor_declarationContext

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

    • identifier

      public CSharpParser.IdentifierContext identifier()
    • OPEN_PARENS

      public org.antlr.v4.runtime.tree.TerminalNode OPEN_PARENS()
    • CLOSE_PARENS

      public org.antlr.v4.runtime.tree.TerminalNode CLOSE_PARENS()
    • body

      public CSharpParser.BodyContext body()
    • formal_parameter_list

      public CSharpParser.Formal_parameter_listContext formal_parameter_list()
    • constructor_initializer

      public CSharpParser.Constructor_initializerContext constructor_initializer()
    • getRuleIndex

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

      public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
      Overrides:
      enterRule in class org.antlr.v4.runtime.ParserRuleContext
    • exitRule

      public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
      Overrides:
      exitRule in class org.antlr.v4.runtime.ParserRuleContext