org.jacorb.notification.filter.etcl
Interface TCLParserTokenTypes
- All Known Implementing Classes:
- AbstractTCLNode, AndOperator, ArrayOperator, AssocOperator, BoolValue, ComponentPositionOperator, CurrentTimeNode, DefaultOperator, DivOperator, DomainNameShorthandNode, DotOperator, EqOperator, ETCLComponentName, EventNameShorthandNode, ExistOperator, GteOperator, GtOperator, IdentValue, ImplicitOperatorNode, InOperator, LteOperator, LtOperator, MinusOperator, MultOperator, NeqOperator, NotOperator, NumberValue, OrOperator, PlusOperator, PropertyShorthandNode, RuntimeVariableNode, StaticTypeChecker, StringValue, SubstrOperator, TCLCleanUp, TCLParser, TypeNameShorthandNode, UnionPositionOperator
public interface TCLParserTokenTypes
EOF
static final int EOF
- See Also:
- Constant Field Values
NULL_TREE_LOOKAHEAD
static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
DOLLAR
static final int DOLLAR
- See Also:
- Constant Field Values
EXIST
static final int EXIST
- See Also:
- Constant Field Values
DOT
static final int DOT
- See Also:
- Constant Field Values
AND
static final int AND
- See Also:
- Constant Field Values
OR
static final int OR
- See Also:
- Constant Field Values
NOT
static final int NOT
- See Also:
- Constant Field Values
IN
static final int IN
- See Also:
- Constant Field Values
IDENTIFIER
static final int IDENTIFIER
- See Also:
- Constant Field Values
STRING
static final int STRING
- See Also:
- Constant Field Values
TRUE
static final int TRUE
- See Also:
- Constant Field Values
FALSE
static final int FALSE
- See Also:
- Constant Field Values
PLUS
static final int PLUS
- See Also:
- Constant Field Values
MINUS
static final int MINUS
- See Also:
- Constant Field Values
UNARY_PLUS
static final int UNARY_PLUS
- See Also:
- Constant Field Values
UNARY_MINUS
static final int UNARY_MINUS
- See Also:
- Constant Field Values
MULT
static final int MULT
- See Also:
- Constant Field Values
DIV
static final int DIV
- See Also:
- Constant Field Values
NUMBER
static final int NUMBER
- See Also:
- Constant Field Values
NUM_FLOAT
static final int NUM_FLOAT
- See Also:
- Constant Field Values
SUBSTR
static final int SUBSTR
- See Also:
- Constant Field Values
GT
static final int GT
- See Also:
- Constant Field Values
LT
static final int LT
- See Also:
- Constant Field Values
GTE
static final int GTE
- See Also:
- Constant Field Values
LTE
static final int LTE
- See Also:
- Constant Field Values
EQ
static final int EQ
- See Also:
- Constant Field Values
NEQ
static final int NEQ
- See Also:
- Constant Field Values
ARRAY
static final int ARRAY
- See Also:
- Constant Field Values
ASSOC
static final int ASSOC
- See Also:
- Constant Field Values
UNION_POS
static final int UNION_POS
- See Also:
- Constant Field Values
IMPLICIT
static final int IMPLICIT
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
MIN
static final int MIN
- See Also:
- Constant Field Values
MAX
static final int MAX
- See Also:
- Constant Field Values
WITH
static final int WITH
- See Also:
- Constant Field Values
RANDOM
static final int RANDOM
- See Also:
- Constant Field Values
FIRST
static final int FIRST
- See Also:
- Constant Field Values
TYPE
static final int TYPE
- See Also:
- Constant Field Values
WS
static final int WS
- 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
LBRACKET
static final int LBRACKET
- See Also:
- Constant Field Values
RBRACKET
static final int RBRACKET
- See Also:
- Constant Field Values
DISCRIM
static final int DISCRIM
- See Also:
- Constant Field Values
TYPE_ID
static final int TYPE_ID
- See Also:
- Constant Field Values
REPO_ID
static final int REPO_ID
- See Also:
- Constant Field Values
LENGTH
static final int LENGTH
- See Also:
- Constant Field Values
RUNTIME_VAR
static final int RUNTIME_VAR
- See Also:
- Constant Field Values