Interface ZCompilerConstants

  • All Known Implementing Classes:
    ZCompiler, ZCompilerTokenManager

    public interface ZCompilerConstants
    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 ARG
      RegularExpression Id.
      static int ASYNC
      RegularExpression Id.
      static int CASE_INS
      RegularExpression Id.
      static int CDOT
      RegularExpression Id.
      static int CHARACTER
      RegularExpression Id.
      static int CLBRACKET
      RegularExpression Id.
      static int CLM
      RegularExpression Id.
      static int COMMA
      RegularExpression Id.
      static int COMMENT_END
      RegularExpression Id.
      static int COMMENT_START
      RegularExpression Id.
      static int CONDITION
      RegularExpression Id.
      static int CONTEXT
      RegularExpression Id.
      static int DEC
      RegularExpression Id.
      static int DECIMAL
      RegularExpression Id.
      static int DECIMAL_LITERAL
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DETERMINISTIC
      RegularExpression Id.
      static int DIGIT
      RegularExpression Id.
      static int DIVIDE
      RegularExpression Id.
      static int DOT
      RegularExpression Id.
      static int E
      RegularExpression Id.
      static int ELSE
      RegularExpression Id.
      static int EOF
      End of File.
      static int EQ
      RegularExpression Id.
      static int EQUAL
      RegularExpression Id.
      static int EXPONENT
      RegularExpression Id.
      static int FALSE
      RegularExpression Id.
      static int FIRST
      RegularExpression Id.
      static int FLOATING_POINT
      RegularExpression Id.
      static int FOR
      RegularExpression Id.
      static int FUNCTION
      RegularExpression Id.
      static int GE
      RegularExpression Id.
      static int GT
      RegularExpression Id.
      static int HEX_LITERAL
      RegularExpression Id.
      static int ID
      RegularExpression Id.
      static int IF
      RegularExpression Id.
      static int INC
      RegularExpression Id.
      static int INTEGER
      RegularExpression Id.
      static int LBRACE
      RegularExpression Id.
      static int LBRACKET
      RegularExpression Id.
      static int LE
      RegularExpression Id.
      static int LETTER
      RegularExpression Id.
      static int LIKE
      RegularExpression Id.
      static int LPAREN
      RegularExpression Id.
      static int LT
      RegularExpression Id.
      static int MATCHEXP
      RegularExpression Id.
      static int MEMORY
      RegularExpression Id.
      static int MINUS
      RegularExpression Id.
      static int MOD
      RegularExpression Id.
      static int MULTI_LINE
      RegularExpression Id.
      static int MULTIPLY
      RegularExpression Id.
      static int NEQ
      RegularExpression Id.
      static int NOT
      RegularExpression Id.
      static int NULL
      RegularExpression Id.
      static int OCTAL_LITERAL
      RegularExpression Id.
      static int OR
      RegularExpression Id.
      static int PI
      RegularExpression Id.
      static int PIPE
      RegularExpression Id.
      static int PLUS
      RegularExpression Id.
      static int POW
      RegularExpression Id.
      static int RBRACE
      RegularExpression Id.
      static int RBRACKET
      RegularExpression Id.
      static int RETURN
      RegularExpression Id.
      static int RPAREN
      RegularExpression Id.
      static int SAND
      RegularExpression Id.
      static int SCL
      RegularExpression Id.
      static int SINGLE_LINE_COMMENT
      RegularExpression Id.
      static int SLEEP
      RegularExpression Id.
      static int STRING
      RegularExpression Id.
      static int SWAP
      RegularExpression Id.
      static int SYNC
      RegularExpression Id.
      static int THROW
      RegularExpression Id.
      static String[] tokenImage
      Literal token values.
      static int TRUE
      RegularExpression Id.
      static int USE
      RegularExpression Id.
      static int XOR
      RegularExpression Id.