Fields Summary |
---|
public static final int | _tk_nullThe int constant for a null IDL data type. |
public static final int | _tk_voidThe int constant for the IDL data type void . |
public static final int | _tk_shortThe int constant for the IDL data type short . |
public static final int | _tk_longThe int constant for the IDL data type long . |
public static final int | _tk_ushortThe int constant for the IDL data type ushort . |
public static final int | _tk_ulongThe int constant for the IDL data type ulong . |
public static final int | _tk_floatThe int constant for the IDL data type float . |
public static final int | _tk_doubleThe int constant for the IDL data type double . |
public static final int | _tk_booleanThe int constant for the IDL data type boolean . |
public static final int | _tk_charThe int constant for the IDL data type char . |
public static final int | _tk_octetThe int constant for the IDL data type octet . |
public static final int | _tk_anyThe int constant for the IDL data type any . |
public static final int | _tk_TypeCodeThe int constant for the IDL data type TypeCode . |
public static final int | _tk_PrincipalThe int constant for the IDL data type Principal . |
public static final int | _tk_objrefThe int constant for the IDL data type objref . |
public static final int | _tk_structThe int constant for the IDL data type struct . |
public static final int | _tk_unionThe int constant for the IDL data type union . |
public static final int | _tk_enumThe int constant for the IDL data type enum . |
public static final int | _tk_stringThe int constant for the IDL data type string . |
public static final int | _tk_sequenceThe int constant for the IDL data type sequence . |
public static final int | _tk_arrayThe int constant for the IDL data type array . |
public static final int | _tk_aliasThe int constant for the IDL data type alias . |
public static final int | _tk_exceptThe int constant for the IDL data type except . |
public static final int | _tk_longlongThe int constant for the IDL data type longlong . |
public static final int | _tk_ulonglongThe int constant for the IDL data type ulonglong . |
public static final int | _tk_longdoubleThe int constant for the IDL data type longdouble . |
public static final int | _tk_wcharThe int constant for the IDL data type wchar . |
public static final int | _tk_wstringThe int constant for the IDL data type wstring . |
public static final int | _tk_fixedThe int constant for the IDL data type fixed . |
public static final int | _tk_valueThe int constant for the IDL data type value . |
public static final int | _tk_value_boxThe int constant for the IDL data type value_box . |
public static final int | _tk_nativeThe int constant for the IDL data type native . |
public static final int | _tk_abstract_interfaceThe int constant for the IDL data type abstract interface . |
public static final TCKind | tk_nullThe TCKind constant whose value field is
initialized with TCKind._tk_null . |
public static final TCKind | tk_voidThe TCKind constant whose value field is
initialized with TCKind._tk_void . |
public static final TCKind | tk_shortThe TCKind constant whose value field is
initialized with TCKind._tk_short . |
public static final TCKind | tk_longThe TCKind constant whose value field is
initialized with TCKind._tk_long . |
public static final TCKind | tk_ushortThe TCKind constant whose value field is
initialized with TCKind._tk_ushort . |
public static final TCKind | tk_ulongThe TCKind constant whose value field is
initialized with TCKind._tk_ulong . |
public static final TCKind | tk_floatThe TCKind constant whose value field is
initialized with TCKind._tk_float . |
public static final TCKind | tk_doubleThe TCKind constant whose value field is
initialized with TCKind._tk_double . |
public static final TCKind | tk_booleanThe TCKind constant whose value field is
initialized with TCKind._tk_boolean . |
public static final TCKind | tk_charThe TCKind constant whose value field is
initialized with TCKind._tk_char . |
public static final TCKind | tk_octetThe TCKind constant whose value field is
initialized with TCKind._tk_octet . |
public static final TCKind | tk_anyThe TCKind constant whose value field is
initialized with TCKind._tk_any . |
public static final TCKind | tk_TypeCodeThe TCKind constant whose value field is
initialized with TCKind._tk_TypeCode . |
public static final TCKind | tk_PrincipalThe TCKind constant whose value field is
initialized with TCKind._tk_Principal . |
public static final TCKind | tk_objrefThe TCKind constant whose value field is
initialized with TCKind._tk_objref . |
public static final TCKind | tk_structThe TCKind constant whose value field is
initialized with TCKind._tk_struct . |
public static final TCKind | tk_unionThe TCKind constant whose value field is
initialized with TCKind._tk_union . |
public static final TCKind | tk_enumThe TCKind constant whose value field is
initialized with TCKind._tk_enum . |
public static final TCKind | tk_stringThe TCKind constant whose value field is
initialized with TCKind._tk_string . |
public static final TCKind | tk_sequenceThe TCKind constant whose value field is
initialized with TCKind._tk_sequence . |
public static final TCKind | tk_arrayThe TCKind constant whose value field is
initialized with TCKind._tk_array . |
public static final TCKind | tk_aliasThe TCKind constant whose value field is
initialized with TCKind._tk_alias . |
public static final TCKind | tk_exceptThe TCKind constant whose value field is
initialized with TCKind._tk_except . |
public static final TCKind | tk_longlongThe TCKind constant whose value field is
initialized with TCKind._tk_longlong . |
public static final TCKind | tk_ulonglongThe TCKind constant whose value field is
initialized with TCKind._tk_ulonglong . |
public static final TCKind | tk_longdoubleThe TCKind constant whose value field is
initialized with TCKind._tk_longdouble . |
public static final TCKind | tk_wcharThe TCKind constant whose value field is
initialized with TCKind._tk_wchar . |
public static final TCKind | tk_wstringThe TCKind constant whose value field is
initialized with TCKind._tk_wstring . |
public static final TCKind | tk_fixedThe TCKind constant whose value field is
initialized with TCKind._tk_fixed . |
public static final TCKind | tk_valueThe TCKind constant whose value field is
initialized with TCKind._tk_value . |
public static final TCKind | tk_value_boxThe TCKind constant whose value field is
initialized with TCKind._tk_value_box . |
public static final TCKind | tk_nativeThe TCKind constant whose value field is
initialized with TCKind._tk_native . |
public static final TCKind | tk_abstract_interfaceThe TCKind constant whose value field is
initialized with TCKind._tk_abstract_interface . |
private int | _value |