Uses of Class
com.sun.corba.ee.impl.corba.TypeCodeImpl
Packages that use TypeCodeImpl
Package
Description
-
Uses of TypeCodeImpl in com.sun.corba.ee.impl.corba
Fields in com.sun.corba.ee.impl.corba declared as TypeCodeImplModifier and TypeFieldDescriptionprivate TypeCodeImpl
TypeCodeImpl._concrete_base
private TypeCodeImpl
TypeCodeImpl._contentType
private TypeCodeImpl
TypeCodeImpl._discriminator
private TypeCodeImpl
TypeCodeImpl._indirectType
private TypeCodeImpl[]
TypeCodeImpl._memberTypes
private TypeCodeImpl
TypeCodeImpl._parent
private TypeCodeImpl
AnyImpl.typeCode
Methods in com.sun.corba.ee.impl.corba that return TypeCodeImplModifier and TypeMethodDescriptionprotected static TypeCodeImpl
TypeCodeImpl.convertToNative
(ORB orb, TypeCode tc) private TypeCodeImpl
TypeCodeImpl.getParentAtLevel
(int level) TypeCodeFactory.getTypeCode
(String id) TypeCodeFactory.getTypeCodeForClass
(Class c) private TypeCodeImpl
TypeCodeImpl.indirectType()
private TypeCodeImpl
TypeCodeImpl.lazy_content_type()
private TypeCodeImpl
TypeCodeImpl.tryIndirectType()
Methods in com.sun.corba.ee.impl.corba with parameters of type TypeCodeImplModifier and TypeMethodDescriptionprivate void
TypeCodeImpl.setIndirectType
(TypeCodeImpl newType) private void
TypeCodeImpl.setParent
(TypeCodeImpl parent) void
TypeCodeFactory.setTypeCode
(String id, TypeCodeImpl code) void
TypeCodeFactory.setTypeCodeForClass
(Class c, TypeCodeImpl tcimpl) static void
TypeCodeImplHelper.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 TypeCodeImplModifier and TypeFieldDescriptionprivate Map
<Integer, TypeCodeImpl> TypeCodeInputStream.typeMap
private Map
<Integer, TypeCodeImpl> WrapperInputStream.typeMap
Methods in com.sun.corba.ee.impl.encoding that return TypeCodeImplModifier and TypeMethodDescriptionTypeCodeInputStream.getTypeCodeAtPosition
(int position) TypeCodeReader.getTypeCodeAtPosition
(int position) WrapperInputStream.getTypeCodeAtPosition
(int position) Methods in com.sun.corba.ee.impl.encoding with parameters of type TypeCodeImplModifier and TypeMethodDescriptionvoid
TypeCodeInputStream.addTypeCodeAtPosition
(TypeCodeImpl tc, int position) void
TypeCodeReader.addTypeCodeAtPosition
(TypeCodeImpl tc, int position) void
WrapperInputStream.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 TypeCodeImplMethods in com.sun.corba.ee.impl.orb that return TypeCodeImplModifier and TypeMethodDescriptionORBImpl.getTypeCodeForClass
(Class c) ORBSingleton.getTypeCodeForClass
(Class c) Methods in com.sun.corba.ee.impl.orb with parameters of type TypeCodeImplModifier and TypeMethodDescriptionvoid
ORBImpl.setTypeCodeForClass
(Class c, TypeCodeImpl tci) void
ORBSingleton.setTypeCodeForClass
(Class c, TypeCodeImpl tcimpl) -
Uses of TypeCodeImpl in com.sun.corba.ee.spi.orb
Fields in com.sun.corba.ee.spi.orb declared as TypeCodeImplFields in com.sun.corba.ee.spi.orb with type parameters of type TypeCodeImplMethods in com.sun.corba.ee.spi.orb that return TypeCodeImplMethods in com.sun.corba.ee.spi.orb with parameters of type TypeCodeImpl