Module suggest

Class SimpleXLParser.ProductionStatementWithoutCliqueContext

java.lang.Object
org.antlr.v4.runtime.RuleContext
org.antlr.v4.runtime.ParserRuleContext
de.grogra.suggest.generated.SimpleXLParser.ProductionStatementWithoutCliqueContext
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:
SimpleXLParser

public static class SimpleXLParser.ProductionStatementWithoutCliqueContext extends org.antlr.v4.runtime.ParserRuleContext
  • Constructor Details

    • ProductionStatementWithoutCliqueContext

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

    • script

    • identifier

      public SimpleXLParser.IdentifierContext identifier()
    • COLON

      public org.antlr.v4.runtime.tree.TerminalNode COLON()
    • node

    • controlStatement

      public SimpleXLParser.ControlStatementContext controlStatement()
    • productionBlock

      public SimpleXLParser.ProductionBlockContext productionBlock()
    • THROW

      public org.antlr.v4.runtime.tree.TerminalNode THROW()
    • primaryExpressionNode

      public SimpleXLParser.PrimaryExpressionNodeContext primaryExpressionNode()
    • COMMA

      public org.antlr.v4.runtime.tree.TerminalNode COMMA()
    • LBRACK

      public org.antlr.v4.runtime.tree.TerminalNode LBRACK()
    • productionStatementsWithoutClique

      public SimpleXLParser.ProductionStatementsWithoutCliqueContext productionStatementsWithoutClique()
    • RBRACK

      public org.antlr.v4.runtime.tree.TerminalNode RBRACK()
    • BREAK

      public org.antlr.v4.runtime.tree.TerminalNode BREAK()
    • CONTINUE

      public org.antlr.v4.runtime.tree.TerminalNode CONTINUE()
    • produceEdgeOp

      public SimpleXLParser.ProduceEdgeOpContext produceEdgeOp()
    • edgeNode

      public SimpleXLParser.EdgeNodeContext edgeNode()
    • 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
    • accept

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