Interface ExprParserConstants
-
- All Known Implementing Classes:
Ceparse,CeParser,NcSDByte,NcSDFloat32,NcSDFloat64,NcSDInt16,NcSDInt32,NcSDString,NcSDUInt16,NcSDUInt32,Operator,SDByte,SDFloat32,SDFloat64,SDInt16,SDInt32,SDString,SDUInt16,SDUInt32,SDURL
public interface ExprParserConstants
-
-
Field Summary
Fields Modifier and Type Field Description static intAMPERSANDstatic intCOLONstatic intCOMMAstatic intDEFAULTstatic intEOFstatic intEQUALstatic intFLOATCONSTstatic intFUNCTIONstatic intGREATERstatic intGREATER_EQLstatic intINTCONSTstatic intLBRACEstatic intLBRACKETstatic intLESSstatic intLESS_EQLstatic intLPARENstatic intNOT_EQUALstatic String[]operatorImagestatic intRBRACEstatic intRBRACKETstatic intREGEXPstatic intRPARENstatic intSEPARATORstatic intSTRINGCONSTstatic String[]tokenImagestatic intVARstatic intWORD
-
-
-
Field Detail
-
EOF
static final int EOF
- See Also:
- Constant Field Values
-
EQUAL
static final int EQUAL
- See Also:
- Constant Field Values
-
NOT_EQUAL
static final int NOT_EQUAL
- See Also:
- Constant Field Values
-
GREATER
static final int GREATER
- See Also:
- Constant Field Values
-
GREATER_EQL
static final int GREATER_EQL
- See Also:
- Constant Field Values
-
LESS
static final int LESS
- See Also:
- Constant Field Values
-
LESS_EQL
static final int LESS_EQL
- See Also:
- Constant Field Values
-
REGEXP
static final int REGEXP
- See Also:
- Constant Field Values
-
LBRACKET
static final int LBRACKET
- See Also:
- Constant Field Values
-
RBRACKET
static final int RBRACKET
- See Also:
- Constant Field Values
-
COLON
static final int COLON
- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
- See Also:
- Constant Field Values
-
AMPERSAND
static final int AMPERSAND
- See Also:
- Constant Field Values
-
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
-
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
-
LBRACE
static final int LBRACE
- See Also:
- Constant Field Values
-
RBRACE
static final int RBRACE
- See Also:
- Constant Field Values
-
SEPARATOR
static final int SEPARATOR
- See Also:
- Constant Field Values
-
WORD
static final int WORD
- See Also:
- Constant Field Values
-
STRINGCONST
static final int STRINGCONST
- See Also:
- Constant Field Values
-
INTCONST
static final int INTCONST
- See Also:
- Constant Field Values
-
FLOATCONST
static final int FLOATCONST
- See Also:
- Constant Field Values
-
VAR
static final int VAR
- See Also:
- Constant Field Values
-
FUNCTION
static final int FUNCTION
- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
-
operatorImage
static final String[] operatorImage
-
tokenImage
static final String[] tokenImage
-
-