Class DOTParser


  • class DOTParser
    extends org.antlr.v4.runtime.Parser
    • Constructor Detail

      • DOTParser

        public DOTParser​(org.antlr.v4.runtime.TokenStream input)
    • Method Detail

      • makeRuleNames

        private static java.lang.String[] makeRuleNames()
      • makeLiteralNames

        private static java.lang.String[] makeLiteralNames()
      • makeSymbolicNames

        private static java.lang.String[] makeSymbolicNames()
      • getTokenNames

        @Deprecated
        public java.lang.String[] getTokenNames()
        Deprecated.
        Specified by:
        getTokenNames in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,​org.antlr.v4.runtime.atn.ParserATNSimulator>
      • getVocabulary

        public org.antlr.v4.runtime.Vocabulary getVocabulary()
        Overrides:
        getVocabulary in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,​org.antlr.v4.runtime.atn.ParserATNSimulator>
      • getGrammarFileName

        public java.lang.String getGrammarFileName()
        Specified by:
        getGrammarFileName in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,​org.antlr.v4.runtime.atn.ParserATNSimulator>
      • getRuleNames

        public java.lang.String[] getRuleNames()
        Specified by:
        getRuleNames in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,​org.antlr.v4.runtime.atn.ParserATNSimulator>
      • getSerializedATN

        public java.lang.String getSerializedATN()
        Overrides:
        getSerializedATN in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,​org.antlr.v4.runtime.atn.ParserATNSimulator>
      • getATN

        public org.antlr.v4.runtime.atn.ATN getATN()
        Specified by:
        getATN in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,​org.antlr.v4.runtime.atn.ParserATNSimulator>
      • graph

        public final DOTParser.GraphContext graph()
                                           throws org.antlr.v4.runtime.RecognitionException
        Throws:
        org.antlr.v4.runtime.RecognitionException
      • compoundStatement

        public final DOTParser.CompoundStatementContext compoundStatement()
                                                                   throws org.antlr.v4.runtime.RecognitionException
        Throws:
        org.antlr.v4.runtime.RecognitionException
      • graphHeader

        public final DOTParser.GraphHeaderContext graphHeader()
                                                       throws org.antlr.v4.runtime.RecognitionException
        Throws:
        org.antlr.v4.runtime.RecognitionException
      • graphIdentifier

        public final DOTParser.GraphIdentifierContext graphIdentifier()
                                                               throws org.antlr.v4.runtime.RecognitionException
        Throws:
        org.antlr.v4.runtime.RecognitionException
      • statement

        public final DOTParser.StatementContext statement()
                                                   throws org.antlr.v4.runtime.RecognitionException
        Throws:
        org.antlr.v4.runtime.RecognitionException
      • identifierPairStatement

        public final DOTParser.IdentifierPairStatementContext identifierPairStatement()
                                                                               throws org.antlr.v4.runtime.RecognitionException
        Throws:
        org.antlr.v4.runtime.RecognitionException
      • attributeStatement

        public final DOTParser.AttributeStatementContext attributeStatement()
                                                                     throws org.antlr.v4.runtime.RecognitionException
        Throws:
        org.antlr.v4.runtime.RecognitionException
      • attributesList

        public final DOTParser.AttributesListContext attributesList()
                                                             throws org.antlr.v4.runtime.RecognitionException
        Throws:
        org.antlr.v4.runtime.RecognitionException
      • aList

        public final DOTParser.AListContext aList()
                                           throws org.antlr.v4.runtime.RecognitionException
        Throws:
        org.antlr.v4.runtime.RecognitionException
      • edgeStatement

        public final DOTParser.EdgeStatementContext edgeStatement()
                                                           throws org.antlr.v4.runtime.RecognitionException
        Throws:
        org.antlr.v4.runtime.RecognitionException
      • nodeStatement

        public final DOTParser.NodeStatementContext nodeStatement()
                                                           throws org.antlr.v4.runtime.RecognitionException
        Throws:
        org.antlr.v4.runtime.RecognitionException
      • nodeStatementNoAttributes

        public final DOTParser.NodeStatementNoAttributesContext nodeStatementNoAttributes()
                                                                                   throws org.antlr.v4.runtime.RecognitionException
        Throws:
        org.antlr.v4.runtime.RecognitionException
      • nodeIdentifier

        public final DOTParser.NodeIdentifierContext nodeIdentifier()
                                                             throws org.antlr.v4.runtime.RecognitionException
        Throws:
        org.antlr.v4.runtime.RecognitionException
      • port

        public final DOTParser.PortContext port()
                                         throws org.antlr.v4.runtime.RecognitionException
        Throws:
        org.antlr.v4.runtime.RecognitionException
      • subgraphStatement

        public final DOTParser.SubgraphStatementContext subgraphStatement()
                                                                   throws org.antlr.v4.runtime.RecognitionException
        Throws:
        org.antlr.v4.runtime.RecognitionException
      • identifierPair

        public final DOTParser.IdentifierPairContext identifierPair()
                                                             throws org.antlr.v4.runtime.RecognitionException
        Throws:
        org.antlr.v4.runtime.RecognitionException
      • identifier

        public final DOTParser.IdentifierContext identifier()
                                                     throws org.antlr.v4.runtime.RecognitionException
        Throws:
        org.antlr.v4.runtime.RecognitionException