org.openorb.trader.compiler.parser
Class STDLToken

java.lang.Object
  extended by org.openorb.compiler.parser.Token
      extended by org.openorb.trader.compiler.parser.STDLToken

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

This class provides additional Token for Service Type Description Language grammar.

Author:
Jerome Daniel

Field Summary
static int MANDATORY
           
static int PROPERTY
           
static int SERVICE
           
 
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
STDLToken()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MANDATORY

public static final int MANDATORY
See Also:
Constant Field Values

PROPERTY

public static final int PROPERTY
See Also:
Constant Field Values

SERVICE

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

STDLToken

public STDLToken()