Interface SyntaxCheckerConstants

  • All Known Implementing Classes:
    SyntaxChecker, SyntaxCheckerTokenManager

    public interface SyntaxCheckerConstants
    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 BASE1
      RegularExpression Id.
      static int BASE10
      RegularExpression Id.
      static int BASE11
      RegularExpression Id.
      static int BASE12
      RegularExpression Id.
      static int BASE13
      RegularExpression Id.
      static int BASE14
      RegularExpression Id.
      static int BASE15
      RegularExpression Id.
      static int BASE16
      RegularExpression Id.
      static int BASE17
      RegularExpression Id.
      static int BASE18
      RegularExpression Id.
      static int BASE19
      RegularExpression Id.
      static int BASE2
      RegularExpression Id.
      static int BASE20
      RegularExpression Id.
      static int BASE21
      RegularExpression Id.
      static int BASE22
      RegularExpression Id.
      static int BASE23
      RegularExpression Id.
      static int BASE24
      RegularExpression Id.
      static int BASE25
      RegularExpression Id.
      static int BASE26
      RegularExpression Id.
      static int BASE27
      RegularExpression Id.
      static int BASE28
      RegularExpression Id.
      static int BASE29
      RegularExpression Id.
      static int BASE3
      RegularExpression Id.
      static int BASE30
      RegularExpression Id.
      static int BASE31
      RegularExpression Id.
      static int BASE32
      RegularExpression Id.
      static int BASE33
      RegularExpression Id.
      static int BASE34
      RegularExpression Id.
      static int BASE35
      RegularExpression Id.
      static int BASE36
      RegularExpression Id.
      static int BASE4
      RegularExpression Id.
      static int BASE5
      RegularExpression Id.
      static int BASE6
      RegularExpression Id.
      static int BASE7
      RegularExpression Id.
      static int BASE8
      RegularExpression Id.
      static int BASE9
      RegularExpression Id.
      static int BINARY
      RegularExpression Id.
      static int BITNOT
      RegularExpression Id.
      static int BITWISE
      RegularExpression Id.
      static int CIMP
      RegularExpression Id.
      static int CNIMP
      RegularExpression Id.
      static int COMMA
      RegularExpression Id.
      static int DEC_FRACT
      RegularExpression Id.
      static int DEC_FRACT_OR_INT
      RegularExpression Id.
      static int DECIMAL
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DIGIT
      RegularExpression Id.
      static int DIGIT_B1
      RegularExpression Id.
      static int DIGIT_B10
      RegularExpression Id.
      static int DIGIT_B11
      RegularExpression Id.
      static int DIGIT_B12
      RegularExpression Id.
      static int DIGIT_B13
      RegularExpression Id.
      static int DIGIT_B14
      RegularExpression Id.
      static int DIGIT_B15
      RegularExpression Id.
      static int DIGIT_B16
      RegularExpression Id.
      static int DIGIT_B17
      RegularExpression Id.
      static int DIGIT_B18
      RegularExpression Id.
      static int DIGIT_B19
      RegularExpression Id.
      static int DIGIT_B2
      RegularExpression Id.
      static int DIGIT_B20
      RegularExpression Id.
      static int DIGIT_B21
      RegularExpression Id.
      static int DIGIT_B22
      RegularExpression Id.
      static int DIGIT_B23
      RegularExpression Id.
      static int DIGIT_B24
      RegularExpression Id.
      static int DIGIT_B25
      RegularExpression Id.
      static int DIGIT_B26
      RegularExpression Id.
      static int DIGIT_B27
      RegularExpression Id.
      static int DIGIT_B28
      RegularExpression Id.
      static int DIGIT_B29
      RegularExpression Id.
      static int DIGIT_B3
      RegularExpression Id.
      static int DIGIT_B30
      RegularExpression Id.
      static int DIGIT_B31
      RegularExpression Id.
      static int DIGIT_B32
      RegularExpression Id.
      static int DIGIT_B33
      RegularExpression Id.
      static int DIGIT_B34
      RegularExpression Id.
      static int DIGIT_B35
      RegularExpression Id.
      static int DIGIT_B36
      RegularExpression Id.
      static int DIGIT_B4
      RegularExpression Id.
      static int DIGIT_B5
      RegularExpression Id.
      static int DIGIT_B6
      RegularExpression Id.
      static int DIGIT_B7
      RegularExpression Id.
      static int DIGIT_B8
      RegularExpression Id.
      static int DIGIT_B9
      RegularExpression Id.
      static int DIV
      RegularExpression Id.
      static int EOF
      End of File.
      static int EQ
      RegularExpression Id.
      static int EQV
      RegularExpression Id.
      static int FACTORIAL
      RegularExpression Id.
      static int FRACTION
      RegularExpression Id.
      static int GEQ
      RegularExpression Id.
      static int GT
      RegularExpression Id.
      static int HEXADECIMAL
      RegularExpression Id.
      static int IDENTIFIER
      RegularExpression Id.
      static int IMP
      RegularExpression Id.
      static int INTEGER
      RegularExpression Id.
      static int INVALID_TOKEN
      RegularExpression Id.
      static int LEFT_OR_RIGHT_DER
      RegularExpression Id.
      static int LEFT_PAR
      RegularExpression Id.
      static int LEQ
      RegularExpression Id.
      static int LETTER
      RegularExpression Id.
      static int LETTERS
      RegularExpression Id.
      static int LT
      RegularExpression Id.
      static int MINUS
      RegularExpression Id.
      static int MODULO
      RegularExpression Id.
      static int MULTIPLY
      RegularExpression Id.
      static int NAND
      RegularExpression Id.
      static int NEQ
      RegularExpression Id.
      static int NIMP
      RegularExpression Id.
      static int NOR
      RegularExpression Id.
      static int NOT
      RegularExpression Id.
      static int OCTAL
      RegularExpression Id.
      static int OR
      RegularExpression Id.
      static int OTHER_CHAR
      RegularExpression Id.
      static int PERCENTAGE
      RegularExpression Id.
      static int PLUS
      RegularExpression Id.
      static int POWER
      RegularExpression Id.
      static int RIGHT_PAR
      RegularExpression Id.
      static int SEMICOLON
      RegularExpression Id.
      static int TETRATION
      RegularExpression Id.
      static java.lang.String[] tokenImage
      Literal token values.
      static int UNEXPECTED_CHAR
      RegularExpression Id.
      static int UNICODE_NAME
      RegularExpression Id.
      static int UNICODE_ROOT
      RegularExpression Id.
      static int WHITESPACE
      RegularExpression Id.
      static int XOR
      RegularExpression Id.