uk.ac.ucl.cs.emofocl.ocl.parser
Interface OCL2ParserConstants
- All Known Implementing Classes:
- OCL2Parser, OCL2ParserTokenManager
public interface OCL2ParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
INT
static final int INT
- See Also:
- Constant Field Values
INTEGER
static final int INTEGER
- See Also:
- Constant Field Values
FPREAL
static final int FPREAL
- See Also:
- Constant Field Values
DREAL
static final int DREAL
- See Also:
- Constant Field Values
REAL
static final int REAL
- See Also:
- Constant Field Values
BOOLEAN
static final int BOOLEAN
- See Also:
- Constant Field Values
LP
static final int LP
- See Also:
- Constant Field Values
RP
static final int RP
- See Also:
- Constant Field Values
TIMES
static final int TIMES
- See Also:
- Constant Field Values
PLUS
static final int PLUS
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
MINUS
static final int MINUS
- See Also:
- Constant Field Values
DOT
static final int DOT
- See Also:
- Constant Field Values
DIVIDE
static final int DIVIDE
- See Also:
- Constant Field Values
COLON
static final int COLON
- See Also:
- Constant Field Values
SEMI_COLON
static final int SEMI_COLON
- See Also:
- Constant Field Values
LESS_THAN
static final int LESS_THAN
- See Also:
- Constant Field Values
EQUALS
static final int EQUALS
- See Also:
- Constant Field Values
GREATER_THAN
static final int GREATER_THAN
- See Also:
- Constant Field Values
LB
static final int LB
- See Also:
- Constant Field Values
RB
static final int RB
- See Also:
- Constant Field Values
STRIKE
static final int STRIKE
- See Also:
- Constant Field Values
DOUBLE_QUOTE
static final int DOUBLE_QUOTE
- See Also:
- Constant Field Values
LESS_THAN_EQUALS
static final int LESS_THAN_EQUALS
- See Also:
- Constant Field Values
GREATER_THAN_EQUALS
static final int GREATER_THAN_EQUALS
- See Also:
- Constant Field Values
UNEQUALS
static final int UNEQUALS
- See Also:
- Constant Field Values
COLON_COLON
static final int COLON_COLON
- See Also:
- Constant Field Values
ARROW
static final int ARROW
- See Also:
- Constant Field Values
DOT_DOT
static final int DOT_DOT
- See Also:
- Constant Field Values
IF
static final int IF
- See Also:
- Constant Field Values
IN
static final int IN
- See Also:
- Constant Field Values
OR
static final int OR
- See Also:
- Constant Field Values
AND
static final int AND
- See Also:
- Constant Field Values
ONE
static final int ONE
- See Also:
- Constant Field Values
XOR
static final int XOR
- See Also:
- Constant Field Values
NOT
static final int NOT
- See Also:
- Constant Field Values
LET
static final int LET
- See Also:
- Constant Field Values
ANY
static final int ANY
- See Also:
- Constant Field Values
AT_PRE
static final int AT_PRE
- See Also:
- Constant Field Values
ELSE
static final int ELSE
- See Also:
- Constant Field Values
THEN
static final int THEN
- See Also:
- Constant Field Values
ENDIF
static final int ENDIF
- See Also:
- Constant Field Values
FOR_ALL
static final int FOR_ALL
- See Also:
- Constant Field Values
IS_UNIQUE
static final int IS_UNIQUE
- See Also:
- Constant Field Values
EXISTS
static final int EXISTS
- See Also:
- Constant Field Values
SELECT
static final int SELECT
- See Also:
- Constant Field Values
REJECT
static final int REJECT
- See Also:
- Constant Field Values
COLLECT
static final int COLLECT
- See Also:
- Constant Field Values
ITERATE
static final int ITERATE
- See Also:
- Constant Field Values
IMPLIES
static final int IMPLIES
- See Also:
- Constant Field Values
SET
static final int SET
- See Also:
- Constant Field Values
BAG
static final int BAG
- See Also:
- Constant Field Values
TUPLE
static final int TUPLE
- See Also:
- Constant Field Values
SEQUENCE
static final int SEQUENCE
- See Also:
- Constant Field Values
COLLECTION
static final int COLLECTION
- See Also:
- Constant Field Values
ORDERED_SET
static final int ORDERED_SET
- See Also:
- Constant Field Values
SORTED_BY
static final int SORTED_BY
- See Also:
- Constant Field Values
OCL_AS_TYPE
static final int OCL_AS_TYPE
- See Also:
- Constant Field Values
OCL_IS_TYPE_OF
static final int OCL_IS_TYPE_OF
- See Also:
- Constant Field Values
OCL_IS_KIND_OF
static final int OCL_IS_KIND_OF
- See Also:
- Constant Field Values
COLLECT_NESTED
static final int COLLECT_NESTED
- See Also:
- Constant Field Values
OCL_VOID
static final int OCL_VOID
- See Also:
- Constant Field Values
OCL_INVALID
static final int OCL_INVALID
- See Also:
- Constant Field Values
OCL_ANY
static final int OCL_ANY
- See Also:
- Constant Field Values
OCL_MESSAGE
static final int OCL_MESSAGE
- See Also:
- Constant Field Values
NULL
static final int NULL
- See Also:
- Constant Field Values
INVALID
static final int INVALID
- See Also:
- Constant Field Values
STRING
static final int STRING
- See Also:
- Constant Field Values
NAME
static final int NAME
- See Also:
- Constant Field Values
WS
static final int WS
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
PARA_COMMENT
static final int PARA_COMMENT
- See Also:
- Constant Field Values
LINE_COMMENT
static final int LINE_COMMENT
- See Also:
- Constant Field Values
tokenImage
static final String[] tokenImage