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

/openjdk7/corba/src/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...]

Completed in 1411 milliseconds