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 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 TypeCodeImpl Modifier and Type Method Description protected static TypeCodeImpl
TypeCodeImpl. convertToNative(ORB orb, TypeCode tc)
private TypeCodeImpl
TypeCodeImpl. getParentAtLevel(int level)
TypeCodeImpl
TypeCodeFactory. getTypeCode(java.lang.String id)
TypeCodeImpl
TypeCodeFactory. getTypeCodeForClass(java.lang.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 TypeCodeImpl Modifier and Type Method Description private void
TypeCodeImpl. setIndirectType(TypeCodeImpl newType)
private void
TypeCodeImpl. setParent(TypeCodeImpl parent)
void
TypeCodeFactory. setTypeCode(java.lang.String id, TypeCodeImpl code)
void
TypeCodeFactory. setTypeCodeForClass(java.lang.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 TypeCodeImpl Modifier and Type Field Description private java.util.Map<java.lang.Integer,TypeCodeImpl>
TypeCodeInputStream. typeMap
private java.util.Map<java.lang.Integer,TypeCodeImpl>
WrapperInputStream. typeMap
Methods in com.sun.corba.ee.impl.encoding that return TypeCodeImpl Modifier and Type Method Description TypeCodeImpl
TypeCodeInputStream. getTypeCodeAtPosition(int position)
TypeCodeImpl
TypeCodeReader. getTypeCodeAtPosition(int position)
TypeCodeImpl
WrapperInputStream. getTypeCodeAtPosition(int position)
Methods in com.sun.corba.ee.impl.encoding with parameters of type TypeCodeImpl Modifier and Type Method Description void
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 TypeCodeImpl Modifier and Type Field Description private java.util.Map<java.lang.Class<?>,TypeCodeImpl>
ORBImpl. typeCodeForClassMap
Methods in com.sun.corba.ee.impl.orb that return TypeCodeImpl Modifier and Type Method Description TypeCodeImpl
ORBImpl. getTypeCodeForClass(java.lang.Class c)
TypeCodeImpl
ORBSingleton. getTypeCodeForClass(java.lang.Class c)
Methods in com.sun.corba.ee.impl.orb with parameters of type TypeCodeImpl Modifier and Type Method Description void
ORBImpl. setTypeCodeForClass(java.lang.Class c, TypeCodeImpl tci)
void
ORBSingleton. 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. primitiveTypeCodeConstants
Fields 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. typeCodeMap
Methods in com.sun.corba.ee.spi.orb that return TypeCodeImpl Modifier and Type Method Description TypeCodeImpl
ORB. get_primitive_tc(int kind)
TypeCodeImpl
ORB. getTypeCode(java.lang.String id)
Methods in com.sun.corba.ee.spi.orb with parameters of type TypeCodeImpl Modifier and Type Method Description void
ORB. setTypeCode(java.lang.String id, TypeCodeImpl code)
-