Interface IDLTokenTypes
-
-
Field Summary
Fields Modifier and Type Field Description static intANDstatic intASSIGNstatic intCHAR_LITERALstatic intCOLONstatic intCOMMAstatic intDIGITstatic intDIVstatic intDOTstatic intEOFstatic intESCstatic intESCAPED_IDENTstatic intFIXEDstatic intFLOATstatic intGTstatic intHEXstatic intHEXDIGITstatic intIDENTstatic intINTstatic intLBRACKstatic intLCURLYstatic intLITERAL_abstractstatic intLITERAL_anystatic intLITERAL_attributestatic intLITERAL_booleanstatic intLITERAL_casestatic intLITERAL_charstatic intLITERAL_componentstatic intLITERAL_conststatic intLITERAL_consumesstatic intLITERAL_contextstatic intLITERAL_customstatic intLITERAL_defaultstatic intLITERAL_doublestatic intLITERAL_emitsstatic intLITERAL_enumstatic intLITERAL_eventtypestatic intLITERAL_exceptionstatic intLITERAL_factorystatic intLITERAL_FALSEstatic intLITERAL_finderstatic intLITERAL_fixedstatic intLITERAL_floatstatic intLITERAL_getraisesstatic intLITERAL_homestatic intLITERAL_importstatic intLITERAL_instatic intLITERAL_inoutstatic intLITERAL_interfacestatic intLITERAL_localstatic intLITERAL_longstatic intLITERAL_managesstatic intLITERAL_modulestatic intLITERAL_multiplestatic intLITERAL_nativestatic intLITERAL_Objectstatic intLITERAL_octetstatic intLITERAL_onewaystatic intLITERAL_outstatic intLITERAL_primarykeystatic intLITERAL_privatestatic intLITERAL_providesstatic intLITERAL_publicstatic intLITERAL_publishesstatic intLITERAL_raisesstatic intLITERAL_readonlystatic intLITERAL_sequencestatic intLITERAL_setraisesstatic intLITERAL_shortstatic intLITERAL_stringstatic intLITERAL_structstatic intLITERAL_supportsstatic intLITERAL_switchstatic intLITERAL_TRUEstatic intLITERAL_truncatablestatic intLITERAL_typedefstatic intLITERAL_typeidstatic intLITERAL_typeprefixstatic intLITERAL_unionstatic intLITERAL_unsignedstatic intLITERAL_usesstatic intLITERAL_ValueBasestatic intLITERAL_valuetypestatic intLITERAL_voidstatic intLITERAL_wcharstatic intLITERAL_wstringstatic intLPARENstatic intLSHIFTstatic intLTstatic intMINUSstatic intML_COMMENTstatic intMODstatic intNONZERODIGITstatic intNOTstatic intNULL_TREE_LOOKAHEADstatic intOCTALstatic intOCTDIGITstatic intORstatic intPLUSstatic intPREPROC_DIRECTIVEstatic intQUESTIONstatic intRBRACKstatic intRCURLYstatic intRPARENstatic intRSHIFTstatic intSCOPEOPstatic intSEMIstatic intSL_COMMENTstatic intSTARstatic intSTRING_LITERALstatic intTILDEstatic intVOCABstatic intWIDE_CHAR_LITERALstatic intWIDE_STRING_LITERALstatic intWSstatic intXOR
-
-
-
Field Detail
-
EOF
static final int EOF
- See Also:
- Constant Field Values
-
NULL_TREE_LOOKAHEAD
static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
-
SEMI
static final int SEMI
- See Also:
- Constant Field Values
-
LITERAL_abstract
static final int LITERAL_abstract
- See Also:
- Constant Field Values
-
LITERAL_local
static final int LITERAL_local
- See Also:
- Constant Field Values
-
LITERAL_interface
static final int LITERAL_interface
- See Also:
- Constant Field Values
-
LITERAL_custom
static final int LITERAL_custom
- See Also:
- Constant Field Values
-
LITERAL_valuetype
static final int LITERAL_valuetype
- See Also:
- Constant Field Values
-
LITERAL_eventtype
static final int LITERAL_eventtype
- See Also:
- Constant Field Values
-
LITERAL_module
static final int LITERAL_module
- 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
-
COLON
static final int COLON
- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
- See Also:
- Constant Field Values
-
SCOPEOP
static final int SCOPEOP
- See Also:
- Constant Field Values
-
IDENT
static final int IDENT
- See Also:
- Constant Field Values
-
LITERAL_truncatable
static final int LITERAL_truncatable
- See Also:
- Constant Field Values
-
LITERAL_supports
static final int LITERAL_supports
- See Also:
- Constant Field Values
-
LITERAL_public
static final int LITERAL_public
- See Also:
- Constant Field Values
-
LITERAL_private
static final int LITERAL_private
- See Also:
- Constant Field Values
-
LITERAL_factory
static final int LITERAL_factory
- 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_in
static final int LITERAL_in
- See Also:
- Constant Field Values
-
LITERAL_const
static final int LITERAL_const
- See Also:
- Constant Field Values
-
ASSIGN
static final int ASSIGN
- See Also:
- Constant Field Values
-
OR
static final int OR
- See Also:
- Constant Field Values
-
XOR
static final int XOR
- See Also:
- Constant Field Values
-
AND
static final int AND
- See Also:
- Constant Field Values
-
LSHIFT
static final int LSHIFT
- See Also:
- Constant Field Values
-
RSHIFT
static final int RSHIFT
- 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
-
STAR
static final int STAR
- See Also:
- Constant Field Values
-
DIV
static final int DIV
- See Also:
- Constant Field Values
-
MOD
static final int MOD
- See Also:
- Constant Field Values
-
TILDE
static final int TILDE
- See Also:
- Constant Field Values
-
LITERAL_TRUE
static final int LITERAL_TRUE
- See Also:
- Constant Field Values
-
LITERAL_FALSE
static final int LITERAL_FALSE
- See Also:
- Constant Field Values
-
LITERAL_typedef
static final int LITERAL_typedef
- See Also:
- Constant Field Values
-
LITERAL_native
static final int LITERAL_native
- See Also:
- Constant Field Values
-
LITERAL_float
static final int LITERAL_float
- See Also:
- Constant Field Values
-
LITERAL_double
static final int LITERAL_double
- See Also:
- Constant Field Values
-
LITERAL_long
static final int LITERAL_long
- See Also:
- Constant Field Values
-
LITERAL_short
static final int LITERAL_short
- See Also:
- Constant Field Values
-
LITERAL_unsigned
static final int LITERAL_unsigned
- See Also:
- Constant Field Values
-
LITERAL_char
static final int LITERAL_char
- See Also:
- Constant Field Values
-
LITERAL_wchar
static final int LITERAL_wchar
- See Also:
- Constant Field Values
-
LITERAL_boolean
static final int LITERAL_boolean
- See Also:
- Constant Field Values
-
LITERAL_octet
static final int LITERAL_octet
- See Also:
- Constant Field Values
-
LITERAL_any
static final int LITERAL_any
- See Also:
- Constant Field Values
-
LITERAL_Object
static final int LITERAL_Object
- See Also:
- Constant Field Values
-
LITERAL_struct
static final int LITERAL_struct
- See Also:
- Constant Field Values
-
LITERAL_union
static final int LITERAL_union
- See Also:
- Constant Field Values
-
LITERAL_switch
static final int LITERAL_switch
- See Also:
- Constant Field Values
-
LITERAL_case
static final int LITERAL_case
- See Also:
- Constant Field Values
-
LITERAL_default
static final int LITERAL_default
- See Also:
- Constant Field Values
-
LITERAL_enum
static final int LITERAL_enum
- See Also:
- Constant Field Values
-
LITERAL_sequence
static final int LITERAL_sequence
- See Also:
- Constant Field Values
-
LT
static final int LT
- See Also:
- Constant Field Values
-
GT
static final int GT
- See Also:
- Constant Field Values
-
LITERAL_string
static final int LITERAL_string
- See Also:
- Constant Field Values
-
LITERAL_wstring
static final int LITERAL_wstring
- See Also:
- Constant Field Values
-
LBRACK
static final int LBRACK
- See Also:
- Constant Field Values
-
RBRACK
static final int RBRACK
- See Also:
- Constant Field Values
-
LITERAL_exception
static final int LITERAL_exception
- See Also:
- Constant Field Values
-
LITERAL_oneway
static final int LITERAL_oneway
- See Also:
- Constant Field Values
-
LITERAL_void
static final int LITERAL_void
- See Also:
- Constant Field Values
-
LITERAL_out
static final int LITERAL_out
- See Also:
- Constant Field Values
-
LITERAL_inout
static final int LITERAL_inout
- See Also:
- Constant Field Values
-
LITERAL_raises
static final int LITERAL_raises
- See Also:
- Constant Field Values
-
LITERAL_context
static final int LITERAL_context
- See Also:
- Constant Field Values
-
LITERAL_fixed
static final int LITERAL_fixed
- See Also:
- Constant Field Values
-
LITERAL_ValueBase
static final int LITERAL_ValueBase
- See Also:
- Constant Field Values
-
LITERAL_import
static final int LITERAL_import
- See Also:
- Constant Field Values
-
LITERAL_typeid
static final int LITERAL_typeid
- See Also:
- Constant Field Values
-
LITERAL_typeprefix
static final int LITERAL_typeprefix
- See Also:
- Constant Field Values
-
LITERAL_readonly
static final int LITERAL_readonly
- See Also:
- Constant Field Values
-
LITERAL_attribute
static final int LITERAL_attribute
- See Also:
- Constant Field Values
-
LITERAL_getraises
static final int LITERAL_getraises
- See Also:
- Constant Field Values
-
LITERAL_setraises
static final int LITERAL_setraises
- See Also:
- Constant Field Values
-
LITERAL_component
static final int LITERAL_component
- See Also:
- Constant Field Values
-
LITERAL_provides
static final int LITERAL_provides
- See Also:
- Constant Field Values
-
LITERAL_uses
static final int LITERAL_uses
- See Also:
- Constant Field Values
-
LITERAL_multiple
static final int LITERAL_multiple
- See Also:
- Constant Field Values
-
LITERAL_emits
static final int LITERAL_emits
- See Also:
- Constant Field Values
-
LITERAL_publishes
static final int LITERAL_publishes
- See Also:
- Constant Field Values
-
LITERAL_consumes
static final int LITERAL_consumes
- See Also:
- Constant Field Values
-
LITERAL_home
static final int LITERAL_home
- See Also:
- Constant Field Values
-
LITERAL_manages
static final int LITERAL_manages
- See Also:
- Constant Field Values
-
LITERAL_primarykey
static final int LITERAL_primarykey
- See Also:
- Constant Field Values
-
LITERAL_finder
static final int LITERAL_finder
- See Also:
- Constant Field Values
-
INT
static final int INT
- See Also:
- Constant Field Values
-
OCTAL
static final int OCTAL
- See Also:
- Constant Field Values
-
HEX
static final int HEX
- See Also:
- Constant Field Values
-
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
- Constant Field Values
-
WIDE_STRING_LITERAL
static final int WIDE_STRING_LITERAL
- See Also:
- Constant Field Values
-
CHAR_LITERAL
static final int CHAR_LITERAL
- See Also:
- Constant Field Values
-
WIDE_CHAR_LITERAL
static final int WIDE_CHAR_LITERAL
- See Also:
- Constant Field Values
-
FIXED
static final int FIXED
- See Also:
- Constant Field Values
-
FLOAT
static final int FLOAT
- See Also:
- Constant Field Values
-
QUESTION
static final int QUESTION
- See Also:
- Constant Field Values
-
DOT
static final int DOT
- See Also:
- Constant Field Values
-
NOT
static final int NOT
- See Also:
- Constant Field Values
-
WS
static final int WS
- See Also:
- Constant Field Values
-
PREPROC_DIRECTIVE
static final int PREPROC_DIRECTIVE
- 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
-
ESC
static final int ESC
- See Also:
- Constant Field Values
-
VOCAB
static final int VOCAB
- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
-
NONZERODIGIT
static final int NONZERODIGIT
- See Also:
- Constant Field Values
-
OCTDIGIT
static final int OCTDIGIT
- See Also:
- Constant Field Values
-
HEXDIGIT
static final int HEXDIGIT
- See Also:
- Constant Field Values
-
ESCAPED_IDENT
static final int ESCAPED_IDENT
- See Also:
- Constant Field Values
-
-