public interface OwExprParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
AND
RegularExpression Id.
|
static int |
DECIMAL_EXPONENT
RegularExpression Id.
|
static int |
DECIMAL_LITERAL
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
EOF
End of File.
|
static int |
EQ
RegularExpression Id.
|
static int |
FALSE
RegularExpression Id.
|
static int |
FLOATING_POINT_LITERAL
RegularExpression Id.
|
static int |
FORMAL_COMMENT
RegularExpression Id.
|
static int |
GE
RegularExpression Id.
|
static int |
HEX_LITERAL
RegularExpression Id.
|
static int |
IDENTIFIER
RegularExpression Id.
|
static int |
IN_FORMAL_COMMENT
Lexical state.
|
static int |
IN_MULTI_LINE_COMMENT
Lexical state.
|
static int |
INTEGER_LITERAL
RegularExpression Id.
|
static int |
LBRACKET
RegularExpression Id.
|
static int |
LE
RegularExpression Id.
|
static int |
LETTER
RegularExpression Id.
|
static int |
LPAREN
RegularExpression Id.
|
static int |
LT
RegularExpression Id.
|
static int |
MINUS
RegularExpression Id.
|
static int |
MULTI_LINE_COMMENT
RegularExpression Id.
|
static int |
NE
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 |
PART_LETTER
RegularExpression Id.
|
static int |
PLUS
RegularExpression Id.
|
static int |
RBRACKET
RegularExpression Id.
|
static int |
REM
RegularExpression Id.
|
static int |
RPAREN
RegularExpression Id.
|
static int |
SINGLE_LINE_COMMENT
RegularExpression Id.
|
static int |
SLASH
RegularExpression Id.
|
static int |
STAR
RegularExpression Id.
|
static int |
STRING_LITERAL
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static int |
TRUE
RegularExpression Id.
|
static int |
XOR
RegularExpression Id.
|
static final int EOF
static final int SINGLE_LINE_COMMENT
static final int FORMAL_COMMENT
static final int MULTI_LINE_COMMENT
static final int NULL
static final int TRUE
static final int FALSE
static final int AND
static final int OR
static final int XOR
static final int NOT
static final int INTEGER_LITERAL
static final int DECIMAL_LITERAL
static final int HEX_LITERAL
static final int OCTAL_LITERAL
static final int FLOATING_POINT_LITERAL
static final int DECIMAL_EXPONENT
static final int STRING_LITERAL
static final int IDENTIFIER
static final int LETTER
static final int PART_LETTER
static final int LPAREN
static final int RPAREN
static final int LBRACKET
static final int RBRACKET
static final int LT
static final int EQ
static final int LE
static final int GE
static final int NE
static final int PLUS
static final int MINUS
static final int STAR
static final int SLASH
static final int REM
static final int DEFAULT
static final int IN_FORMAL_COMMENT
static final int IN_MULTI_LINE_COMMENT
static final String[] tokenImage
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.