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

/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DInterfaceType.java31 * A mirror of an interface in the target VM. An InterfaceType is
46 public interface InterfaceType extends ReferenceType { interface in inherits:ReferenceType
52 * @return a List of {@link InterfaceType} objects each mirroring
58 List<InterfaceType> superinterfaces();
65 * @return a List of {@link InterfaceType} objects each mirroring
69 List<InterfaceType> subinterfaces();
/openjdk7/langtools/src/share/classes/com/sun/mirror/type/
H A DInterfaceType.java38 * <i>declaration</i> of an interface, an <tt>InterfaceType</tt>
53 public interface InterfaceType extends DeclaredType { interface in inherits:DeclaredType
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DInterfaceType.java45 public interface InterfaceType interface
65 } // interface InterfaceType
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DInterfaceType.java41 * InterfaceType is an abstract base representing any non-special
46 public abstract class InterfaceType extends CompoundType { class in inherits:CompoundType
97 * Create a InterfaceType instance for the given class. NOTE: This constructor
100 protected InterfaceType(ContextStack stack, int typeCode, ClassDefinition classDef) { method in class:InterfaceType
109 * Create a InterfaceType instance for the given class. The resulting
113 protected InterfaceType(ContextStack stack, method in class:InterfaceType
/openjdk7/hotspot/src/share/vm/adlc/
H A Dforms.hpp203 enum InterfaceType { enum in class:Form
210 virtual Form::InterfaceType interface_type(FormDict &globals) const;
/openjdk7/jdk/test/javax/management/mxbean/
H A DMerlinMXBean.java216 CompositeType InterfaceType = field in interface:MerlinMXBean

Completed in 116 milliseconds