< prev index next >

src/jdk.rmic/share/classes/sun/rmi/rmic/iiop/Type.java

Print this page

        

*** 49,59 **** /** * Type is an abstract base class for a family of types which provide * conformance checking and name mapping as defined in the "Java to IDL * Mapping" OMG specification. The family is composed of the following * fixed set of types: ! * <pre> * * +- RemoteType <-- AbstractType * | * +- InterfaceType <-+- SpecialInterfaceType * +- PrimitiveType | | --- 49,59 ---- /** * Type is an abstract base class for a family of types which provide * conformance checking and name mapping as defined in the "Java to IDL * Mapping" OMG specification. The family is composed of the following * fixed set of types: ! * <pre>{@literal * * +- RemoteType <-- AbstractType * | * +- InterfaceType <-+- SpecialInterfaceType * +- PrimitiveType | |
*** 65,75 **** * | * +- SpecialClassType * | * +- NCClassType * ! * </pre> * PrimitiveType represents a primitive or a void type. * <p> * CompoundType is an abstract base representing any non-special class * or interface type. * <p> --- 65,75 ---- * | * +- SpecialClassType * | * +- NCClassType * ! * }</pre> * PrimitiveType represents a primitive or a void type. * <p> * CompoundType is an abstract base representing any non-special class * or interface type. * <p>
< prev index next >