Interface VmParserConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ALPHA_CHAR
      Deprecated.
      RegularExpression Id.
      static int ALPHANUM_CHAR
      Deprecated.
      RegularExpression Id.
      static int BRACKETED_WORD
      Deprecated.
      RegularExpression Id.
      static int COLON
      Deprecated.
      RegularExpression Id.
      static int COMMA
      Deprecated.
      RegularExpression Id.
      static int DEFAULT
      Deprecated.
      Lexical state.
      static int DIGIT
      Deprecated.
      RegularExpression Id.
      static int DIRECTIVE
      Deprecated.
      Lexical state.
      static int DIRECTIVE_CHAR
      Deprecated.
      RegularExpression Id.
      static int DIRECTIVE_TERMINATOR
      Deprecated.
      RegularExpression Id.
      static int DIVIDE
      Deprecated.
      RegularExpression Id.
      static int DOLLAR
      Deprecated.
      RegularExpression Id.
      static int DOLLARBANG
      Deprecated.
      RegularExpression Id.
      static int DOT
      Deprecated.
      RegularExpression Id.
      static int DOUBLE_ESCAPE
      Deprecated.
      RegularExpression Id.
      static int DOUBLEDOT
      Deprecated.
      RegularExpression Id.
      static int ELSE_DIRECTIVE
      Deprecated.
      RegularExpression Id.
      static int ELSEIF_DIRECTIVE
      Deprecated.
      RegularExpression Id.
      static int EMPTY_INDEX
      Deprecated.
      RegularExpression Id.
      static int END
      Deprecated.
      RegularExpression Id.
      static int EOF
      Deprecated.
      End of File.
      static int EQUALS
      Deprecated.
      RegularExpression Id.
      static int ESCAPE
      Deprecated.
      RegularExpression Id.
      static int ESCAPE_DIRECTIVE
      Deprecated.
      RegularExpression Id.
      static int EXPONENT
      Deprecated.
      RegularExpression Id.
      static int FALSE
      Deprecated.
      RegularExpression Id.
      static int FLOATING_POINT_LITERAL
      Deprecated.
      RegularExpression Id.
      static int FOREACH_DIRECTIVE
      Deprecated.
      RegularExpression Id.
      static int FORMAL_COMMENT
      Deprecated.
      RegularExpression Id.
      static int HASH
      Deprecated.
      RegularExpression Id.
      static int IDENTIFIER
      Deprecated.
      RegularExpression Id.
      static int IDENTIFIER_CHAR
      Deprecated.
      RegularExpression Id.
      static int IF_DIRECTIVE
      Deprecated.
      RegularExpression Id.
      static int IN
      Deprecated.
      RegularExpression Id.
      static int IN_FORMAL_COMMENT
      Deprecated.
      Lexical state.
      static int IN_MULTI_LINE_COMMENT
      Deprecated.
      Lexical state.
      static int IN_SINGLE_LINE_COMMENT
      Deprecated.
      Lexical state.
      static int IN_TEXTBLOCK
      Deprecated.
      Lexical state.
      static int INDEX_LBRACKET
      Deprecated.
      RegularExpression Id.
      static int INDEX_RBRACKET
      Deprecated.
      RegularExpression Id.
      static int INTEGER_LITERAL
      Deprecated.
      RegularExpression Id.
      static int LBRACKET
      Deprecated.
      RegularExpression Id.
      static int LCURLY
      Deprecated.
      RegularExpression Id.
      static int LEFT_CURLEY
      Deprecated.
      RegularExpression Id.
      static int LETTER
      Deprecated.
      RegularExpression Id.
      static int LOGICAL_AND
      Deprecated.
      RegularExpression Id.
      static int LOGICAL_EQUALS
      Deprecated.
      RegularExpression Id.
      static int LOGICAL_GE
      Deprecated.
      RegularExpression Id.
      static int LOGICAL_GT
      Deprecated.
      RegularExpression Id.
      static int LOGICAL_LE
      Deprecated.
      RegularExpression Id.
      static int LOGICAL_LT
      Deprecated.
      RegularExpression Id.
      static int LOGICAL_NOT
      Deprecated.
      RegularExpression Id.
      static int LOGICAL_NOT_EQUALS
      Deprecated.
      RegularExpression Id.
      static int LOGICAL_OR
      Deprecated.
      RegularExpression Id.
      static int LPAREN
      Deprecated.
      RegularExpression Id.
      static int MINUS
      Deprecated.
      RegularExpression Id.
      static int MODULUS
      Deprecated.
      RegularExpression Id.
      static int MULTI_LINE_COMMENT
      Deprecated.
      RegularExpression Id.
      static int MULTIPLY
      Deprecated.
      RegularExpression Id.
      static int NEWLINE
      Deprecated.
      RegularExpression Id.
      static int PLUS
      Deprecated.
      RegularExpression Id.
      static int PRE_DIRECTIVE
      Deprecated.
      Lexical state.
      static int RBRACKET
      Deprecated.
      RegularExpression Id.
      static int RCURLY
      Deprecated.
      RegularExpression Id.
      static int REFERENCE
      Deprecated.
      Lexical state.
      static int REFERENCE_TERMINATOR
      Deprecated.
      RegularExpression Id.
      static int REFINDEX
      Deprecated.
      Lexical state.
      static int REFMOD
      Deprecated.
      Lexical state.
      static int REFMOD2
      Deprecated.
      Lexical state.
      static int REFMOD2_RPAREN
      Deprecated.
      RegularExpression Id.
      static int REFMODIFIER
      Deprecated.
      Lexical state.
      static int RIGHT_CURLEY
      Deprecated.
      RegularExpression Id.
      static int RPAREN
      Deprecated.
      RegularExpression Id.
      static int SET_DIRECTIVE
      Deprecated.
      RegularExpression Id.
      static int SINGLE_LINE_COMMENT
      Deprecated.
      RegularExpression Id.
      static int SINGLE_LINE_COMMENT_START
      Deprecated.
      RegularExpression Id.
      static int STRING_LITERAL
      Deprecated.
      RegularExpression Id.
      static int TEXT
      Deprecated.
      RegularExpression Id.
      static int TEXTBLOCK
      Deprecated.
      RegularExpression Id.
      static String[] tokenImage
      Deprecated.
      Literal token values.
      static int TRUE
      Deprecated.
      RegularExpression Id.
      static int WHITESPACE
      Deprecated.
      RegularExpression Id.
      static int WORD
      Deprecated.
      RegularExpression Id.