org.openorb.compiler.parser
Class IdlType
java.lang.Object
org.openorb.compiler.parser.IdlType
- public class IdlType
- extends java.lang.Object
This class represents the constants describing the IDL types
- Version:
- $Revision: 1.2 $ $Date: 2001/03/08 00:39:34 $
- Author:
- Jerome Daniel <daniel@intalio.com>
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
e_root
public static final int e_root
- See Also:
- Constant Field Values
e_module
public static final int e_module
- See Also:
- Constant Field Values
e_enum
public static final int e_enum
- See Also:
- Constant Field Values
e_struct
public static final int e_struct
- See Also:
- Constant Field Values
e_union
public static final int e_union
- See Also:
- Constant Field Values
e_string
public static final int e_string
- See Also:
- Constant Field Values
e_wstring
public static final int e_wstring
- See Also:
- Constant Field Values
e_const
public static final int e_const
- See Also:
- Constant Field Values
e_simple
public static final int e_simple
- See Also:
- Constant Field Values
e_sequence
public static final int e_sequence
- See Also:
- Constant Field Values
e_ident
public static final int e_ident
- See Also:
- Constant Field Values
e_struct_member
public static final int e_struct_member
- See Also:
- Constant Field Values
e_union_member
public static final int e_union_member
- See Also:
- Constant Field Values
e_typedef
public static final int e_typedef
- See Also:
- Constant Field Values
e_exception
public static final int e_exception
- See Also:
- Constant Field Values
e_interface
public static final int e_interface
- See Also:
- Constant Field Values
e_operation
public static final int e_operation
- See Also:
- Constant Field Values
e_attribute
public static final int e_attribute
- See Also:
- Constant Field Values
e_forward_interface
public static final int e_forward_interface
- See Also:
- Constant Field Values
e_param
public static final int e_param
- See Also:
- Constant Field Values
e_raises
public static final int e_raises
- See Also:
- Constant Field Values
e_context
public static final int e_context
- See Also:
- Constant Field Values
e_enum_member
public static final int e_enum_member
- See Also:
- Constant Field Values
e_any
public static final int e_any
- See Also:
- Constant Field Values
e_array
public static final int e_array
- See Also:
- Constant Field Values
e_native
public static final int e_native
- See Also:
- Constant Field Values
e_fixed
public static final int e_fixed
- See Also:
- Constant Field Values
e_value_box
public static final int e_value_box
- See Also:
- Constant Field Values
e_value
public static final int e_value
- See Also:
- Constant Field Values
e_state_member
public static final int e_state_member
- See Also:
- Constant Field Values
e_factory
public static final int e_factory
- See Also:
- Constant Field Values
e_factory_member
public static final int e_factory_member
- See Also:
- Constant Field Values
e_value_inheritance
public static final int e_value_inheritance
- See Also:
- Constant Field Values
e_forward_value
public static final int e_forward_value
- See Also:
- Constant Field Values
e_include
public static final int e_include
- See Also:
- Constant Field Values
e_import
public static final int e_import
- See Also:
- Constant Field Values
IdlType
public IdlType()