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

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DSpecialInterfaceType.java42 * SpecialInterfaceType represents any one of the following types:
59 public class SpecialInterfaceType extends InterfaceType { class in inherits:InterfaceType
66 * Create a SpecialInterfaceType object for the given class.
72 public static SpecialInterfaceType forSpecial ( ClassDefinition theClass,
84 if (!(existing instanceof SpecialInterfaceType)) return null; // False hit.
88 return (SpecialInterfaceType) existing;
97 SpecialInterfaceType result = new SpecialInterfaceType(stack,0,theClass);
125 * Create an SpecialInterfaceType instance for the given class.
127 private SpecialInterfaceType(ContextStac method in class:SpecialInterfaceType
[all...]

Completed in 31 milliseconds