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

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DAbstractType.java41 * AbstractType represents any non-special interface which does not
48 public class AbstractType extends RemoteType { class in inherits:RemoteType
55 * Create an AbstractType for the given class.
61 public static AbstractType forAbstract(ClassDefinition classDef,
66 AbstractType result = null;
77 if (!(existing instanceof AbstractType)) return null; // False hit.
81 return (AbstractType) existing;
91 AbstractType it = new AbstractType(stack, classDef);
123 * Create a AbstractType instanc
126 private AbstractType(ContextStack stack, ClassDefinition classDef) { method in class:AbstractType
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/
H A DAbstractType.java40 public abstract class AbstractType { class
42 protected AbstractType() {} method in class:AbstractType
44 protected AbstractType(QName name) { method in class:AbstractType
48 protected AbstractType(QName name, String version) { method in class:AbstractType
52 protected AbstractType(QName name, JavaType javaType) { method in class:AbstractType
56 protected AbstractType(QName name, JavaType javaType, String version) { method in class:AbstractType

Completed in 29 milliseconds