org.openorb.pss.compiler.parser
Class PsdlToken

java.lang.Object
  extended by org.openorb.compiler.parser.Token
      extended by org.openorb.pss.compiler.parser.PsdlToken

public class PsdlToken
extends org.openorb.compiler.parser.Token

This class provides additional Token for PSDL


Field Summary
static int t_as
           
static int t_catalog
           
static int t_implements
           
static int t_key
           
static int t_of
           
static int t_primary
           
static int t_provides
           
static int t_ref
           
static int t_scope
           
static int t_state
           
static int t_storagehome
           
static int t_storagetype
           
static int t_stores
           
static int t_strong
           
 
Fields inherited from class org.openorb.compiler.parser.Token
t_abstract, t_acc_fermee, t_acc_ouverte, t_and, t_any, t_attribute, t_boolean, t_caractere, t_case, t_chaine, t_char, t_const, t_context, t_cro_ferme, t_cro_ouvert, t_custom, t_default, t_define, t_deux_points, t_diese, t_div, t_double, t_egal, t_else, t_endif, t_enum, t_enum_member, t_exception, t_factory, t_false, t_fin_fichier, t_fin_ligne, t_fixed, t_float, t_ident, t_ifdef, t_ifndef, t_import, t_in, t_include, t_inf, t_inf_egal, t_inout, t_integer, t_interface, t_local, t_long, t_longdouble, t_longlong, t_mod, t_module, t_moins, t_mul, t_native, t_none, t_object, t_octet, t_oneway, t_or, t_out, t_par_fermee, t_par_ouverte, t_plus, t_point, t_point_virgule, t_pragma, t_private, t_public, t_quatre_pts, t_raises, t_readonly, t_real, t_sequence, t_short, t_souligne, t_string, t_struct, t_struct_member, t_sup, t_sup_egal, t_supports, t_switch, t_tilde, t_true, t_truncatable, t_typecode, t_typedef, t_typeId, t_typePrefix, t_ulong, t_ulonglong, t_undef, t_union, t_union_member, t_unsigned, t_ushort, t_ValueBase, t_valuetype, t_virgule, t_void, t_wchar, t_wstring
 
Constructor Summary
PsdlToken()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

t_as

public static final int t_as
See Also:
Constant Field Values

t_catalog

public static final int t_catalog
See Also:
Constant Field Values

t_implements

public static final int t_implements
See Also:
Constant Field Values

t_key

public static final int t_key
See Also:
Constant Field Values

t_of

public static final int t_of
See Also:
Constant Field Values

t_primary

public static final int t_primary
See Also:
Constant Field Values

t_ref

public static final int t_ref
See Also:
Constant Field Values

t_scope

public static final int t_scope
See Also:
Constant Field Values

t_storagehome

public static final int t_storagehome
See Also:
Constant Field Values

t_storagetype

public static final int t_storagetype
See Also:
Constant Field Values

t_stores

public static final int t_stores
See Also:
Constant Field Values

t_strong

public static final int t_strong
See Also:
Constant Field Values

t_state

public static final int t_state
See Also:
Constant Field Values

t_provides

public static final int t_provides
See Also:
Constant Field Values
Constructor Detail

PsdlToken

public PsdlToken()