Interface PtParserConstants

  • All Known Implementing Classes:
    PtParser, PtParserTokenManager

    public interface PtParserConstants
    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 BITWISE_NOT
      RegularExpression Id.
      static int BOOL_NOT
      RegularExpression Id.
      static int BOOLEAN
      RegularExpression Id.
      static int CLOSEBRACE
      RegularExpression Id.
      static int CLOSEBRACKET
      RegularExpression Id.
      static int CLOSEPAREN
      RegularExpression Id.
      static int CLOSEUNION
      RegularExpression Id.
      static int COLON
      RegularExpression Id.
      static int COMMA
      RegularExpression Id.
      static int COMPLEX
      RegularExpression Id.
      static int COND_AND
      RegularExpression Id.
      static int COND_OR
      RegularExpression Id.
      static int DECIMAL_LITERAL
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DIVIDE
      RegularExpression Id.
      static int DOUBLE
      RegularExpression Id.
      static int EOF
      End of File.
      static int EQUALS
      RegularExpression Id.
      static int ERROR
      RegularExpression Id.
      static int EXPONENT
      RegularExpression Id.
      static int FUNCTION
      RegularExpression Id.
      static int GT
      RegularExpression Id.
      static int GTE
      RegularExpression Id.
      static int HEX_LITERAL
      RegularExpression Id.
      static int ID
      RegularExpression Id.
      static int INTEGER
      RegularExpression Id.
      static int INTEGER_FORMAT_SPEC
      RegularExpression Id.
      static int LETTER
      RegularExpression Id.
      static int LSHR
      RegularExpression Id.
      static int LT
      RegularExpression Id.
      static int LTE
      RegularExpression Id.
      static int MINUS
      RegularExpression Id.
      static int MODULO
      RegularExpression Id.
      static int MULTI_LINE_COMMENT
      RegularExpression Id.
      static int MultiLineCommentMode
      Lexical state.
      static int MULTIPLY
      RegularExpression Id.
      static int NOTEQUALS
      RegularExpression Id.
      static int OCTAL_LITERAL
      RegularExpression Id.
      static int OPENBRACE
      RegularExpression Id.
      static int OPENBRACKET
      RegularExpression Id.
      static int OPENPAREN
      RegularExpression Id.
      static int OPENUNION
      RegularExpression Id.
      static int OR
      RegularExpression Id.
      static int PERIOD
      RegularExpression Id.
      static int PLUS
      RegularExpression Id.
      static int POWER
      RegularExpression Id.
      static int QUESTION
      RegularExpression Id.
      static int SEPARATOR
      RegularExpression Id.
      static int SETEQUALS
      RegularExpression Id.
      static int SHL
      RegularExpression Id.
      static int SHR
      RegularExpression Id.
      static int SINGLE_LINE_COMMENT
      RegularExpression Id.
      static int SingleLineCommentMode
      Lexical state.
      static int SMBRACE
      RegularExpression Id.
      static int SMDOLLAR
      RegularExpression Id.
      static int SMDOLLARBRACE
      RegularExpression Id.
      static int SMDOLLARPAREN
      RegularExpression Id.
      static int SMID
      RegularExpression Id.
      static int SMIDBRACE
      RegularExpression Id.
      static int SMIDPAREN
      RegularExpression Id.
      static int SMLETTER
      RegularExpression Id.
      static int SMPAREN
      RegularExpression Id.
      static int SMSTRING
      RegularExpression Id.
      static int STRING
      RegularExpression Id.
      static int StringMode
      Lexical state.
      static int StringModeIDBrace
      Lexical state.
      static int StringModeIDNone
      Lexical state.
      static int StringModeIDParen
      Lexical state.
      static java.lang.String[] tokenImage
      Literal token values.
      static int XOR
      RegularExpression Id.