pt.ist.fenixframework.dml
Interface DmlTokenTypes
- All Known Implementing Classes:
- DmlLexer, DmlParser
public interface DmlTokenTypes
EOF
static final int EOF
- See Also:
- Constant Field Values
NULL_TREE_LOOKAHEAD
static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
DOMAIN_DEFS
static final int DOMAIN_DEFS
- See Also:
- Constant Field Values
CLASS_DEF
static final int CLASS_DEF
- See Also:
- Constant Field Values
EXTENDS_CLAUSE
static final int EXTENDS_CLAUSE
- See Also:
- Constant Field Values
OBJBLOCK
static final int OBJBLOCK
- See Also:
- Constant Field Values
IMPLEMENTS_CLAUSE
static final int IMPLEMENTS_CLAUSE
- See Also:
- Constant Field Values
RELATION_DEF
static final int RELATION_DEF
- See Also:
- Constant Field Values
SLOT_DEF
static final int SLOT_DEF
- See Also:
- Constant Field Values
RELATION_BLOCK
static final int RELATION_BLOCK
- See Also:
- Constant Field Values
ROLE
static final int ROLE
- See Also:
- Constant Field Values
ANNOTATIONS
static final int ANNOTATIONS
- See Also:
- Constant Field Values
ROLE_NAME
static final int ROLE_NAME
- See Also:
- Constant Field Values
ROLE_OPTIONS
static final int ROLE_OPTIONS
- See Also:
- Constant Field Values
MULTIPLICITY
static final int MULTIPLICITY
- See Also:
- Constant Field Values
MULTIPLICITY_RANGE
static final int MULTIPLICITY_RANGE
- See Also:
- Constant Field Values
EXTERNAL
static final int EXTERNAL
- See Also:
- Constant Field Values
INDEXED
static final int INDEXED
- See Also:
- Constant Field Values
ORDERED
static final int ORDERED
- See Also:
- Constant Field Values
VALUE_TYPE
static final int VALUE_TYPE
- See Also:
- Constant Field Values
SLOT_OPTIONS
static final int SLOT_OPTIONS
- See Also:
- Constant Field Values
REQUIRED_OPTION
static final int REQUIRED_OPTION
- See Also:
- Constant Field Values
ENUM_TYPE
static final int ENUM_TYPE
- See Also:
- Constant Field Values
PACKAGE
static final int PACKAGE
- See Also:
- Constant Field Values
ABSOLUTE_NAME
static final int ABSOLUTE_NAME
- See Also:
- Constant Field Values
VALUE_TYPE_BLOCK
static final int VALUE_TYPE_BLOCK
- See Also:
- Constant Field Values
EXTERNALIZATION_CLAUSE
static final int EXTERNALIZATION_CLAUSE
- See Also:
- Constant Field Values
EXTERNALIZATION_ELEMENT
static final int EXTERNALIZATION_ELEMENT
- See Also:
- Constant Field Values
INTERNALIZATION_CLAUSE
static final int INTERNALIZATION_CLAUSE
- See Also:
- Constant Field Values
TYPE
static final int TYPE
- See Also:
- Constant Field Values
WILDCARD
static final int WILDCARD
- See Also:
- Constant Field Values
WILDCARD_EXTENDS
static final int WILDCARD_EXTENDS
- See Also:
- Constant Field Values
WILDCARD_SUPER
static final int WILDCARD_SUPER
- See Also:
- Constant Field Values
LITERAL_external
static final int LITERAL_external
- See Also:
- Constant Field Values
LITERAL_class
static final int LITERAL_class
- See Also:
- Constant Field Values
SEMI
static final int SEMI
- See Also:
- Constant Field Values
LITERAL_enum
static final int LITERAL_enum
- See Also:
- Constant Field Values
LITERAL_valueType
static final int LITERAL_valueType
- See Also:
- Constant Field Values
LITERAL_as
static final int LITERAL_as
- See Also:
- Constant Field Values
LCURLY
static final int LCURLY
- See Also:
- Constant Field Values
RCURLY
static final int RCURLY
- See Also:
- Constant Field Values
LITERAL_externalizeWith
static final int LITERAL_externalizeWith
- 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
LITERAL_internalizeWith
static final int LITERAL_internalizeWith
- See Also:
- Constant Field Values
LITERAL_package
static final int LITERAL_package
- See Also:
- Constant Field Values
LITERAL_extends
static final int LITERAL_extends
- See Also:
- Constant Field Values
LITERAL_implements
static final int LITERAL_implements
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
IDENT
static final int IDENT
- See Also:
- Constant Field Values
ANN_NAME
static final int ANN_NAME
- See Also:
- Constant Field Values
LITERAL_REQUIRED
static final int LITERAL_REQUIRED
- See Also:
- Constant Field Values
LANGLE
static final int LANGLE
- See Also:
- Constant Field Values
RANGLE
static final int RANGLE
- See Also:
- Constant Field Values
QUESTION
static final int QUESTION
- See Also:
- Constant Field Values
LITERAL_super
static final int LITERAL_super
- See Also:
- Constant Field Values
LITERAL_relation
static final int LITERAL_relation
- See Also:
- Constant Field Values
LITERAL_playsRole
static final int LITERAL_playsRole
- See Also:
- Constant Field Values
LITERAL_multiplicity
static final int LITERAL_multiplicity
- See Also:
- Constant Field Values
LITERAL_indexed
static final int LITERAL_indexed
- See Also:
- Constant Field Values
LITERAL_by
static final int LITERAL_by
- See Also:
- Constant Field Values
LITERAL_ordered
static final int LITERAL_ordered
- See Also:
- Constant Field Values
INT_NUMBER
static final int INT_NUMBER
- See Also:
- Constant Field Values
MULT_RANGE
static final int MULT_RANGE
- See Also:
- Constant Field Values
STAR
static final int STAR
- See Also:
- Constant Field Values
DOT
static final int DOT
- See Also:
- Constant Field Values
COLON
static final int COLON
- See Also:
- Constant Field Values
WS
static final int WS
- See Also:
- Constant Field Values
SL_COMMENT
static final int SL_COMMENT
- See Also:
- Constant Field Values
ML_COMMENT
static final int ML_COMMENT
- See Also:
- Constant Field Values
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
- Constant Field Values
VOCAB
static final int VOCAB
- See Also:
- Constant Field Values
Copyright © 2013. All Rights Reserved.