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 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 TypeCodeImplModifier and TypeMethodDescriptionprotected static TypeCodeImplTypeCodeImpl.convertToNative(ORB orb, TypeCode tc) private TypeCodeImplTypeCodeImpl.getParentAtLevel(int level) TypeCodeFactory.getTypeCode(String id) TypeCodeFactory.getTypeCodeForClass(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 TypeCodeImplModifier and TypeMethodDescriptionprivate voidTypeCodeImpl.setIndirectType(TypeCodeImpl newType) private voidTypeCodeImpl.setParent(TypeCodeImpl parent) voidTypeCodeFactory.setTypeCode(String id, TypeCodeImpl code) voidTypeCodeFactory.setTypeCodeForClass(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 TypeCodeImplModifier and TypeFieldDescriptionprivate Map<Integer, TypeCodeImpl> TypeCodeInputStream.typeMapprivate Map<Integer, TypeCodeImpl> WrapperInputStream.typeMapMethods 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 TypeMethodDescriptionvoidTypeCodeInputStream.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 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 TypeMethodDescriptionvoidORBImpl.setTypeCodeForClass(Class c, TypeCodeImpl tci) voidORBSingleton.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