Class SchemaParser.GraphContext

  • 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

    
    public class SchemaParser.GraphContext
    extends ParserRuleContext
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      SchemaParser.GraphContext(ParserRuleContext parent, int invokingState)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      TerminalNode GRAPH()
      SchemaParser.NameContext name()
      TerminalNode LC()
      TerminalNode RC()
      List<SchemaParser.NodeContext> node()
      SchemaParser.NodeContext node(int i)
      List<TerminalNode> SEMICOLON()
      TerminalNode SEMICOLON(int i)
      int getRuleIndex()
      void enterRule(ParseTreeListener listener)
      void exitRule(ParseTreeListener listener)
      • Methods inherited from class org.antlr.v4.runtime.ParserRuleContext

        addAnyChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
      • Methods inherited from class org.antlr.v4.runtime.RuleContext

        accept, depth, getAltNumber, getParent, getPayload, getRuleContext, getText, isEmpty, setAltNumber, setParent, toString, toStringTree
      • Methods inherited from class org.antlr.v4.runtime.tree.ParseTree

        getParent
      • Methods inherited from class org.antlr.v4.runtime.tree.Tree

        getChild, getParent, getPayload
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait