Searched refs:ImplementationType (Results 1 - 6 of 6) 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...]
H A DStubGenerator.java150 result = ImplementationType.forImplementation(cdef,stack,false);
275 if (type instanceof ImplementationType) {
1333 * case of an ImplementationType which implements 2 or
1351 boolean haveImpl = theType instanceof ImplementationType;
1500 // Because we can be passed either an ImplementationType
1507 if (theType instanceof ImplementationType) {
H A DIDLGenerator.java445 writeImplementation( (ImplementationType)t,p );
468 * @param t The current ImplementationType
472 ImplementationType t,
H A DCompoundType.java916 // ImplementationType from it...
919 result = ImplementationType.forImplementation(theClass,stack,parentIsValue);
2032 * ImplementationType and the exceptions list is narrower.
/openjdk7/corba/make/com/sun/corba/se/rmi/rmic/
H A DSUN_RMI_RMIC_IIOP_java.gmk49 sun/rmi/rmic/iiop/ImplementationType.java \
/openjdk7/corba/make/sun/rmi/rmic/
H A DFILES.gmk42 sun/rmi/rmic/iiop/ImplementationType.java \

Completed in 47 milliseconds