Interface DOTParserConstants

All Known Implementing Classes:
DOTParser, DOTParserTokenManager

public interface DOTParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int COLON
    RegularExpression Id.
    static int COMMA
    RegularExpression Id.
    static int DEFAULT
    Lexical state.
    static int DIGIT
    RegularExpression Id.
    static int DIGRAPH
    RegularExpression Id.
    static int EDGE
    RegularExpression Id.
    static int EDGE_OP
    RegularExpression Id.
    static int EOF
    End of File.
    static int EOL
    RegularExpression Id.
    static int EQUALS
    RegularExpression Id.
    static int GRAPH
    RegularExpression Id.
    static int HEXDIGIT
    RegularExpression Id.
    static int LBRACE
    RegularExpression Id.
    static int LSQBR
    RegularExpression Id.
    static int NODE
    RegularExpression Id.
    static int RBRACE
    RegularExpression Id.
    static int REAL
    RegularExpression Id.
    static int RSQBR
    RegularExpression Id.
    static int STRICT
    RegularExpression Id.
    static int STRING
    RegularExpression Id.
    static int SUBGRAPH
    RegularExpression Id.
    static String[] tokenImage
    Literal token values.
    static int WORD
    RegularExpression Id.