Class CSharpParser.AnonymousMethodExpressionContext

java.lang.Object
org.antlr.v4.runtime.RuleContext
org.antlr.v4.runtime.ParserRuleContext
de.jplag.csharp.grammar.CSharpParser.Primary_expression_startContext
de.jplag.csharp.grammar.CSharpParser.AnonymousMethodExpressionContext
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.AnonymousMethodExpressionContext extends CSharpParser.Primary_expression_startContext
  • Constructor Details

  • Method Details

    • DELEGATE

      public org.antlr.v4.runtime.tree.TerminalNode DELEGATE()
    • block

      public CSharpParser.BlockContext block()
    • ASYNC

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

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

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

      public CSharpParser.Explicit_anonymous_function_parameter_listContext explicit_anonymous_function_parameter_list()
    • 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