Module suggest

Class SimpleXLParser.ProductionStatementContext

java.lang.Object
org.antlr.v4.runtime.RuleContext
org.antlr.v4.runtime.ParserRuleContext
de.grogra.suggest.generated.SimpleXLParser.ProductionStatementContext
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.ProductionStatementContext extends org.antlr.v4.runtime.ParserRuleContext
  • Constructor Details

    • ProductionStatementContext

      public ProductionStatementContext(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()
    • productionStatements

      public SimpleXLParser.ProductionStatementsContext productionStatements()
    • 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

    • edgeNode

      public SimpleXLParser.EdgeNodeContext edgeNode(int i)
    • LCLIQUE

      public org.antlr.v4.runtime.tree.TerminalNode LCLIQUE()
    • RCLIQUE

      public org.antlr.v4.runtime.tree.TerminalNode RCLIQUE()
    • 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