Interface JccParserConstants

  • All Known Implementing Classes:
    JccParser, JccParserTokenManager

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

      Fields 
      Modifier and Type Field Description
      static int AND
      RegularExpression Id.
      static int ASSIGN
      RegularExpression Id.
      static int COLON
      RegularExpression Id.
      static int COMMA
      RegularExpression Id.
      static int CROSS
      RegularExpression Id.
      static int DECIMAL_LITERAL
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DIGIT1
      RegularExpression Id.
      static int DIGIT2
      RegularExpression Id.
      static int DIV
      RegularExpression Id.
      static int DOT
      RegularExpression Id.
      static int EOF
      End of File.
      static int EQ
      RegularExpression Id.
      static int EXPONENT
      RegularExpression Id.
      static int FLOATING_POINT_LITERAL
      RegularExpression Id.
      static int GE
      RegularExpression Id.
      static int GT
      RegularExpression Id.
      static int INDENTIFIER1
      RegularExpression Id.
      static int INDENTIFIER2
      RegularExpression Id.
      static int INTEGER_LITERAL
      RegularExpression Id.
      static int LE
      RegularExpression Id.
      static int LETTER1
      RegularExpression Id.
      static int LETTER2
      RegularExpression Id.
      static int LRND
      RegularExpression Id.
      static int LSQ
      RegularExpression Id.
      static int LT
      RegularExpression Id.
      static int MINUS
      RegularExpression Id.
      static int MOD
      RegularExpression Id.
      static int MUL
      RegularExpression Id.
      static int NE
      RegularExpression Id.
      static int NO_DOT_IN_IDENTIFIERS
      Lexical state.
      static int NOT
      RegularExpression Id.
      static int OR
      RegularExpression Id.
      static int PLUS
      RegularExpression Id.
      static int POWER
      RegularExpression Id.
      static int RRND
      RegularExpression Id.
      static int RSQ
      RegularExpression Id.
      static int SEMI
      RegularExpression Id.
      static int STRING_LITERAL
      RegularExpression Id.
      static java.lang.String[] tokenImage
      Literal token values.