Searched refs:ImplementationType (Results 1 - 4 of 4) sorted by relevance

/openjdk9/corba/src/jdk.rmic/share/classes/sun/rmi/rmic/iiop/
H A DImplementationType.java42 * ImplementationType represents any non-special class which implements
50 public class ImplementationType extends ClassType { class in inherits:ClassType
57 * Create an ImplementationType for the given class.
63 public static ImplementationType forImplementation(ClassDefinition classDef,
69 ImplementationType result = null;
79 if (!(existing instanceof ImplementationType)) return null; // False hit.
83 return (ImplementationType) existing;
93 ImplementationType it = new ImplementationType(stack, classDef);
126 * Create a ImplementationType instanc
129 private ImplementationType(ContextStack stack, ClassDefinition classDef) { method in class:ImplementationType
[all...]
H A DStubGenerator.java155 result = ImplementationType.forImplementation(cdef,stack,false);
283 if (type instanceof ImplementationType) {
1435 * case of an ImplementationType which implements 2 or
1453 boolean haveImpl = theType instanceof ImplementationType;
1602 // Because we can be passed either an ImplementationType
1609 if (theType instanceof ImplementationType) {
H A DIDLGenerator.java445 writeImplementation( (ImplementationType)t,p );
468 * @param t The current ImplementationType
472 ImplementationType t,
H A DCompoundType.java917 // ImplementationType from it...
920 result = ImplementationType.forImplementation(theClass,stack,parentIsValue);
2037 * ImplementationType and the exceptions list is narrower.

Completed in 116 milliseconds