Uses of Class
com.sun.corba.ee.impl.corba.TypeCodeImpl
-
Packages that use TypeCodeImpl Package Description com.sun.corba.ee.impl.corba com.sun.corba.ee.impl.encoding com.sun.corba.ee.impl.orb com.sun.corba.ee.spi.orb -
-
Uses of TypeCodeImpl in com.sun.corba.ee.impl.corba
Fields in com.sun.corba.ee.impl.corba declared as TypeCodeImpl Modifier and Type Field Description private TypeCodeImplTypeCodeImpl. _concrete_baseprivate TypeCodeImplTypeCodeImpl. _contentTypeprivate TypeCodeImplTypeCodeImpl. _discriminatorprivate TypeCodeImplTypeCodeImpl. _indirectTypeprivate TypeCodeImpl[]TypeCodeImpl. _memberTypesprivate TypeCodeImplTypeCodeImpl. _parentprivate TypeCodeImplAnyImpl. typeCodeMethods in com.sun.corba.ee.impl.corba that return TypeCodeImpl Modifier and Type Method Description protected static TypeCodeImplTypeCodeImpl. convertToNative(ORB orb, TypeCode tc)private TypeCodeImplTypeCodeImpl. getParentAtLevel(int level)TypeCodeImplTypeCodeFactory. getTypeCode(java.lang.String id)TypeCodeImplTypeCodeFactory. getTypeCodeForClass(java.lang.Class c)private TypeCodeImplTypeCodeImpl. indirectType()private TypeCodeImplTypeCodeImpl. lazy_content_type()private TypeCodeImplTypeCodeImpl. tryIndirectType()Methods in com.sun.corba.ee.impl.corba with parameters of type TypeCodeImpl Modifier and Type Method Description private voidTypeCodeImpl. setIndirectType(TypeCodeImpl newType)private voidTypeCodeImpl. setParent(TypeCodeImpl parent)voidTypeCodeFactory. setTypeCode(java.lang.String id, TypeCodeImpl code)voidTypeCodeFactory. setTypeCodeForClass(java.lang.Class c, TypeCodeImpl tcimpl)static voidTypeCodeImplHelper. write(OutputStream ostream, TypeCodeImpl value) -
Uses of TypeCodeImpl in com.sun.corba.ee.impl.encoding
Fields in com.sun.corba.ee.impl.encoding with type parameters of type TypeCodeImpl Modifier and Type Field Description private java.util.Map<java.lang.Integer,TypeCodeImpl>TypeCodeInputStream. typeMapprivate java.util.Map<java.lang.Integer,TypeCodeImpl>WrapperInputStream. typeMapMethods in com.sun.corba.ee.impl.encoding that return TypeCodeImpl Modifier and Type Method Description TypeCodeImplTypeCodeInputStream. getTypeCodeAtPosition(int position)TypeCodeImplTypeCodeReader. getTypeCodeAtPosition(int position)TypeCodeImplWrapperInputStream. getTypeCodeAtPosition(int position)Methods in com.sun.corba.ee.impl.encoding with parameters of type TypeCodeImpl Modifier and Type Method Description voidTypeCodeInputStream. addTypeCodeAtPosition(TypeCodeImpl tc, int position)voidTypeCodeReader. addTypeCodeAtPosition(TypeCodeImpl tc, int position)voidWrapperInputStream. addTypeCodeAtPosition(TypeCodeImpl tc, int position) -
Uses of TypeCodeImpl in com.sun.corba.ee.impl.orb
Fields in com.sun.corba.ee.impl.orb with type parameters of type TypeCodeImpl Modifier and Type Field Description private java.util.Map<java.lang.Class<?>,TypeCodeImpl>ORBImpl. typeCodeForClassMapMethods in com.sun.corba.ee.impl.orb that return TypeCodeImpl Modifier and Type Method Description TypeCodeImplORBImpl. getTypeCodeForClass(java.lang.Class c)TypeCodeImplORBSingleton. getTypeCodeForClass(java.lang.Class c)Methods in com.sun.corba.ee.impl.orb with parameters of type TypeCodeImpl Modifier and Type Method Description voidORBImpl. setTypeCodeForClass(java.lang.Class c, TypeCodeImpl tci)voidORBSingleton. setTypeCodeForClass(java.lang.Class c, TypeCodeImpl tcimpl) -
Uses of TypeCodeImpl in com.sun.corba.ee.spi.orb
Fields in com.sun.corba.ee.spi.orb declared as TypeCodeImpl Modifier and Type Field Description private TypeCodeImpl[]ORB. primitiveTypeCodeConstantsFields in com.sun.corba.ee.spi.orb with type parameters of type TypeCodeImpl Modifier and Type Field Description private java.util.Map<java.lang.String,TypeCodeImpl>ORB. typeCodeMapMethods in com.sun.corba.ee.spi.orb that return TypeCodeImpl Modifier and Type Method Description TypeCodeImplORB. get_primitive_tc(int kind)TypeCodeImplORB. getTypeCode(java.lang.String id)Methods in com.sun.corba.ee.spi.orb with parameters of type TypeCodeImpl Modifier and Type Method Description voidORB. setTypeCode(java.lang.String id, TypeCodeImpl code)
-