Interface GMLParserConstants

All Known Implementing Classes:
GMLParser, GMLParserTokenManager

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

    Fields 
    Modifier and Type Field Description
    static int COMMENT
    RegularExpression Id.
    static int DEFAULT
    Lexical state.
    static int DIGIT
    RegularExpression Id.
    static int DIGRAPH
    RegularExpression Id.
    static int EOF
    End of File.
    static int EOL
    RegularExpression Id.
    static int GRAPH
    RegularExpression Id.
    static int HEXDIGIT
    RegularExpression Id.
    static int KEY
    RegularExpression Id.
    static int LSQBR
    RegularExpression Id.
    static int REAL
    RegularExpression Id.
    static int RSQBR
    RegularExpression Id.
    static int STRING
    RegularExpression Id.
    static String[] tokenImage
    Literal token values.