Interface ParserConstants

  • All Known Implementing Classes:
    Parser, ParserTokenManager

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

      Fields 
      Modifier and Type Field Description
      static int A_EQ
      RegularExpression Id.
      static int A_NAME
      RegularExpression Id.
      static int ALPHA
      RegularExpression Id.
      static int ALPHANUM
      RegularExpression Id.
      static int ATTLIST
      Lexical state.
      static int ATTRVAL
      Lexical state.
      static int CDATA
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int ELEMENTC
      RegularExpression Id.
      static int END_IMAGE
      RegularExpression Id.
      static int END_VALUEOF
      RegularExpression Id.
      static int END_VIEWTIMEVALUEOF
      RegularExpression Id.
      static int EOF
      End of File.
      static int NUM
      RegularExpression Id.
      static int START_IMAGE
      RegularExpression Id.
      static int START_VALUEOF
      RegularExpression Id.
      static int START_VIEWTIMEVALUEOF
      RegularExpression Id.
      static int TAGC
      RegularExpression Id.
      static int TEXT
      RegularExpression Id.
      static java.lang.String[] tokenImage
      Literal token values.