org.openorb.compiler.parser
Class Token
java.lang.Object
org.openorb.compiler.parser.Token
- public class Token
- extends java.lang.Object
This class represents IDL grammar symbols.
- Version:
- $Revision: 1.2 $ $Date: 2001/03/08 00:39:34 $
- Author:
- Jerome Daniel <daniel@intalio.com>
Constructor Summary |
Token()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
t_plus
public static final int t_plus
- See Also:
- Constant Field Values
t_moins
public static final int t_moins
- See Also:
- Constant Field Values
t_mul
public static final int t_mul
- See Also:
- Constant Field Values
t_div
public static final int t_div
- See Also:
- Constant Field Values
t_acc_ouverte
public static final int t_acc_ouverte
- See Also:
- Constant Field Values
t_acc_fermee
public static final int t_acc_fermee
- See Also:
- Constant Field Values
t_cro_ouvert
public static final int t_cro_ouvert
- See Also:
- Constant Field Values
t_cro_ferme
public static final int t_cro_ferme
- See Also:
- Constant Field Values
t_par_ouverte
public static final int t_par_ouverte
- See Also:
- Constant Field Values
t_par_fermee
public static final int t_par_fermee
- See Also:
- Constant Field Values
t_egal
public static final int t_egal
- See Also:
- Constant Field Values
t_virgule
public static final int t_virgule
- See Also:
- Constant Field Values
t_point
public static final int t_point
- See Also:
- Constant Field Values
t_point_virgule
public static final int t_point_virgule
- See Also:
- Constant Field Values
t_deux_points
public static final int t_deux_points
- See Also:
- Constant Field Values
t_inf
public static final int t_inf
- See Also:
- Constant Field Values
t_sup
public static final int t_sup
- See Also:
- Constant Field Values
t_inf_egal
public static final int t_inf_egal
- See Also:
- Constant Field Values
t_sup_egal
public static final int t_sup_egal
- See Also:
- Constant Field Values
t_and
public static final int t_and
- See Also:
- Constant Field Values
t_souligne
public static final int t_souligne
- See Also:
- Constant Field Values
t_ident
public static final int t_ident
- See Also:
- Constant Field Values
t_any
public static final int t_any
- See Also:
- Constant Field Values
t_attribute
public static final int t_attribute
- See Also:
- Constant Field Values
t_boolean
public static final int t_boolean
- See Also:
- Constant Field Values
t_case
public static final int t_case
- See Also:
- Constant Field Values
t_char
public static final int t_char
- See Also:
- Constant Field Values
t_const
public static final int t_const
- See Also:
- Constant Field Values
t_context
public static final int t_context
- See Also:
- Constant Field Values
t_default
public static final int t_default
- See Also:
- Constant Field Values
t_double
public static final int t_double
- See Also:
- Constant Field Values
t_enum
public static final int t_enum
- See Also:
- Constant Field Values
t_exception
public static final int t_exception
- See Also:
- Constant Field Values
t_false
public static final int t_false
- See Also:
- Constant Field Values
t_float
public static final int t_float
- See Also:
- Constant Field Values
t_in
public static final int t_in
- See Also:
- Constant Field Values
t_inout
public static final int t_inout
- See Also:
- Constant Field Values
t_interface
public static final int t_interface
- See Also:
- Constant Field Values
t_long
public static final int t_long
- See Also:
- Constant Field Values
t_module
public static final int t_module
- See Also:
- Constant Field Values
t_object
public static final int t_object
- See Also:
- Constant Field Values
t_octet
public static final int t_octet
- See Also:
- Constant Field Values
t_oneway
public static final int t_oneway
- See Also:
- Constant Field Values
t_out
public static final int t_out
- See Also:
- Constant Field Values
t_raises
public static final int t_raises
- See Also:
- Constant Field Values
t_readonly
public static final int t_readonly
- See Also:
- Constant Field Values
t_sequence
public static final int t_sequence
- See Also:
- Constant Field Values
t_short
public static final int t_short
- See Also:
- Constant Field Values
t_string
public static final int t_string
- See Also:
- Constant Field Values
t_struct
public static final int t_struct
- See Also:
- Constant Field Values
t_switch
public static final int t_switch
- See Also:
- Constant Field Values
t_true
public static final int t_true
- See Also:
- Constant Field Values
t_typedef
public static final int t_typedef
- See Also:
- Constant Field Values
t_unsigned
public static final int t_unsigned
- See Also:
- Constant Field Values
t_union
public static final int t_union
- See Also:
- Constant Field Values
t_void
public static final int t_void
- See Also:
- Constant Field Values
t_quatre_pts
public static final int t_quatre_pts
- See Also:
- Constant Field Values
t_tilde
public static final int t_tilde
- See Also:
- Constant Field Values
t_none
public static final int t_none
- See Also:
- Constant Field Values
t_mod
public static final int t_mod
- See Also:
- Constant Field Values
t_entier
public static final int t_entier
- See Also:
- Constant Field Values
t_reel
public static final int t_reel
- See Also:
- Constant Field Values
t_chaine
public static final int t_chaine
- See Also:
- Constant Field Values
t_caractere
public static final int t_caractere
- See Also:
- Constant Field Values
t_ulong
public static final int t_ulong
- See Also:
- Constant Field Values
t_ushort
public static final int t_ushort
- See Also:
- Constant Field Values
t_diese
public static final int t_diese
- See Also:
- Constant Field Values
t_pragma
public static final int t_pragma
- See Also:
- Constant Field Values
t_include
public static final int t_include
- See Also:
- Constant Field Values
t_typecode
public static final int t_typecode
- See Also:
- Constant Field Values
t_wchar
public static final int t_wchar
- See Also:
- Constant Field Values
t_wstring
public static final int t_wstring
- See Also:
- Constant Field Values
t_longlong
public static final int t_longlong
- See Also:
- Constant Field Values
t_ulonglong
public static final int t_ulonglong
- See Also:
- Constant Field Values
t_longdouble
public static final int t_longdouble
- See Also:
- Constant Field Values
t_native
public static final int t_native
- See Also:
- Constant Field Values
t_define
public static final int t_define
- See Also:
- Constant Field Values
t_ifndef
public static final int t_ifndef
- See Also:
- Constant Field Values
t_else
public static final int t_else
- See Also:
- Constant Field Values
t_endif
public static final int t_endif
- See Also:
- Constant Field Values
t_undef
public static final int t_undef
- See Also:
- Constant Field Values
t_enum_member
public static final int t_enum_member
- See Also:
- Constant Field Values
t_struct_member
public static final int t_struct_member
- See Also:
- Constant Field Values
t_union_member
public static final int t_union_member
- See Also:
- Constant Field Values
t_or
public static final int t_or
- See Also:
- Constant Field Values
t_fixed
public static final int t_fixed
- See Also:
- Constant Field Values
t_abstract
public static final int t_abstract
- See Also:
- Constant Field Values
t_ValueBase
public static final int t_ValueBase
- See Also:
- Constant Field Values
t_valuetype
public static final int t_valuetype
- See Also:
- Constant Field Values
t_supports
public static final int t_supports
- See Also:
- Constant Field Values
t_custom
public static final int t_custom
- See Also:
- Constant Field Values
t_truncatable
public static final int t_truncatable
- See Also:
- Constant Field Values
t_private
public static final int t_private
- See Also:
- Constant Field Values
t_public
public static final int t_public
- See Also:
- Constant Field Values
t_factory
public static final int t_factory
- See Also:
- Constant Field Values
t_ifdef
public static final int t_ifdef
- See Also:
- Constant Field Values
t_import
public static final int t_import
- See Also:
- Constant Field Values
t_local
public static final int t_local
- See Also:
- Constant Field Values
t_typeId
public static final int t_typeId
- See Also:
- Constant Field Values
t_typePrefix
public static final int t_typePrefix
- See Also:
- Constant Field Values
t_fin_fichier
public static final int t_fin_fichier
- See Also:
- Constant Field Values
t_fin_ligne
public static final int t_fin_ligne
- See Also:
- Constant Field Values
Token
public Token()