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