org.openorb.trader.compiler.parser
Class STDLType

java.lang.Object
  extended by org.openorb.compiler.parser.IdlType
      extended by org.openorb.trader.compiler.parser.STDLType

public class STDLType
extends org.openorb.compiler.parser.IdlType

This class defines new type for Service Type Description Language grammar

Author:
Jerome Daniel

Field Summary
static int PROPERTY
           
static int SERVICE
           
 
Fields inherited from class org.openorb.compiler.parser.IdlType
e_any, e_array, e_attribute, e_const, e_context, e_enum, e_enum_member, e_exception, e_factory, e_factory_member, e_fixed, e_forward_interface, e_forward_value, e_ident, e_import, e_include, e_interface, e_module, e_native, e_operation, e_param, e_raises, e_root, e_sequence, e_simple, e_state_member, e_string, e_struct, e_struct_member, e_typedef, e_union, e_union_member, e_value, e_value_box, e_value_inheritance, e_wstring
 
Constructor Summary
STDLType()
           
 
Method Summary
 
Methods inherited from class org.openorb.compiler.parser.IdlType
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE

public static final int SERVICE
See Also:
Constant Field Values

PROPERTY

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

STDLType

public STDLType()