Apache CXF API

org.apache.cxf.tools.corba.processors.idl
Interface IDLTokenTypes

All Known Implementing Classes:
IDLLexer, IDLParser

public interface IDLTokenTypes


Field Summary
static int AND
           
static int ASSIGN
           
static int CHAR_LITERAL
           
static int COLON
           
static int COMMA
           
static int DIGIT
           
static int DIV
           
static int DOT
           
static int EOF
           
static int ESC
           
static int ESCAPED_IDENT
           
static int FIXED
           
static int FLOAT
           
static int GT
           
static int HEX
           
static int HEXDIGIT
           
static int IDENT
           
static int INT
           
static int LBRACK
           
static int LCURLY
           
static int LITERAL_abstract
           
static int LITERAL_any
           
static int LITERAL_attribute
           
static int LITERAL_boolean
           
static int LITERAL_case
           
static int LITERAL_char
           
static int LITERAL_component
           
static int LITERAL_const
           
static int LITERAL_consumes
           
static int LITERAL_context
           
static int LITERAL_custom
           
static int LITERAL_default
           
static int LITERAL_double
           
static int LITERAL_emits
           
static int LITERAL_enum
           
static int LITERAL_eventtype
           
static int LITERAL_exception
           
static int LITERAL_factory
           
static int LITERAL_FALSE
           
static int LITERAL_finder
           
static int LITERAL_fixed
           
static int LITERAL_float
           
static int LITERAL_getraises
           
static int LITERAL_home
           
static int LITERAL_import
           
static int LITERAL_in
           
static int LITERAL_inout
           
static int LITERAL_interface
           
static int LITERAL_local
           
static int LITERAL_long
           
static int LITERAL_manages
           
static int LITERAL_module
           
static int LITERAL_multiple
           
static int LITERAL_native
           
static int LITERAL_Object
           
static int LITERAL_octet
           
static int LITERAL_oneway
           
static int LITERAL_out
           
static int LITERAL_primarykey
           
static int LITERAL_private
           
static int LITERAL_provides
           
static int LITERAL_public
           
static int LITERAL_publishes
           
static int LITERAL_raises
           
static int LITERAL_readonly
           
static int LITERAL_sequence
           
static int LITERAL_setraises
           
static int LITERAL_short
           
static int LITERAL_string
           
static int LITERAL_struct
           
static int LITERAL_supports
           
static int LITERAL_switch
           
static int LITERAL_TRUE
           
static int LITERAL_truncatable
           
static int LITERAL_typedef
           
static int LITERAL_typeid
           
static int LITERAL_typeprefix
           
static int LITERAL_union
           
static int LITERAL_unsigned
           
static int LITERAL_uses
           
static int LITERAL_ValueBase
           
static int LITERAL_valuetype
           
static int LITERAL_void
           
static int LITERAL_wchar
           
static int LITERAL_wstring
           
static int LPAREN
           
static int LSHIFT
           
static int LT
           
static int MINUS
           
static int ML_COMMENT
           
static int MOD
           
static int NONZERODIGIT
           
static int NOT
           
static int NULL_TREE_LOOKAHEAD
           
static int OCTAL
           
static int OCTDIGIT
           
static int OR
           
static int PLUS
           
static int PREPROC_DIRECTIVE
           
static int QUESTION
           
static int RBRACK
           
static int RCURLY
           
static int RPAREN
           
static int RSHIFT
           
static int SCOPEOP
           
static int SEMI
           
static int SL_COMMENT
           
static int STAR
           
static int STRING_LITERAL
           
static int TILDE
           
static int VOCAB
           
static int WIDE_CHAR_LITERAL
           
static int WIDE_STRING_LITERAL
           
static int WS
           
static int XOR
           
 

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

Apache CXF API

Apache CXF