org.jacorb.notification.filter.etcl
Interface TCLParserTokenTypes
- All Known Implementing Classes:
- AbstractTCLNode, TCLCleanUp, TCLParser
- public interface TCLParserTokenTypes
EOF
public static final int EOF
- See Also:
- Constant Field Values
NULL_TREE_LOOKAHEAD
public static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
DOLLAR
public static final int DOLLAR
- See Also:
- Constant Field Values
EXIST
public static final int EXIST
- See Also:
- Constant Field Values
DOT
public static final int DOT
- See Also:
- Constant Field Values
AND
public static final int AND
- See Also:
- Constant Field Values
OR
public static final int OR
- See Also:
- Constant Field Values
NOT
public static final int NOT
- See Also:
- Constant Field Values
IN
public static final int IN
- See Also:
- Constant Field Values
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
STRING
public static final int STRING
- See Also:
- Constant Field Values
TRUE
public static final int TRUE
- See Also:
- Constant Field Values
FALSE
public static final int FALSE
- See Also:
- Constant Field Values
PLUS
public static final int PLUS
- See Also:
- Constant Field Values
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
UNARY_PLUS
public static final int UNARY_PLUS
- See Also:
- Constant Field Values
UNARY_MINUS
public static final int UNARY_MINUS
- See Also:
- Constant Field Values
MULT
public static final int MULT
- See Also:
- Constant Field Values
DIV
public static final int DIV
- See Also:
- Constant Field Values
NUMBER
public static final int NUMBER
- See Also:
- Constant Field Values
NUM_FLOAT
public static final int NUM_FLOAT
- See Also:
- Constant Field Values
SUBSTR
public static final int SUBSTR
- See Also:
- Constant Field Values
GT
public static final int GT
- See Also:
- Constant Field Values
LT
public static final int LT
- See Also:
- Constant Field Values
GTE
public static final int GTE
- See Also:
- Constant Field Values
LTE
public static final int LTE
- See Also:
- Constant Field Values
EQ
public static final int EQ
- See Also:
- Constant Field Values
NEQ
public static final int NEQ
- See Also:
- Constant Field Values
ARRAY
public static final int ARRAY
- See Also:
- Constant Field Values
ASSOC
public static final int ASSOC
- See Also:
- Constant Field Values
UNION_POS
public static final int UNION_POS
- See Also:
- Constant Field Values
IMPLICIT
public static final int IMPLICIT
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
MIN
public static final int MIN
- See Also:
- Constant Field Values
MAX
public static final int MAX
- See Also:
- Constant Field Values
WITH
public static final int WITH
- See Also:
- Constant Field Values
RANDOM
public static final int RANDOM
- See Also:
- Constant Field Values
FIRST
public static final int FIRST
- See Also:
- Constant Field Values
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
WS
public static final int WS
- See Also:
- Constant Field Values
LPAREN
public static final int LPAREN
- See Also:
- Constant Field Values
RPAREN
public static final int RPAREN
- See Also:
- Constant Field Values
LBRACKET
public static final int LBRACKET
- See Also:
- Constant Field Values
RBRACKET
public static final int RBRACKET
- See Also:
- Constant Field Values
DISCRIM
public static final int DISCRIM
- See Also:
- Constant Field Values
TYPE_ID
public static final int TYPE_ID
- See Also:
- Constant Field Values
REPO_ID
public static final int REPO_ID
- See Also:
- Constant Field Values
LENGTH
public static final int LENGTH
- See Also:
- Constant Field Values
RUNTIME_VAR
public static final int RUNTIME_VAR
- See Also:
- Constant Field Values