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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DCompoundType.java31 public interface CompoundType { interface
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DCompoundType.java53 * A CompoundType is an abstract base class for all IIOP class and
58 public abstract class CompoundType extends Type { class in inherits:Type
257 * Create a CompoundType object for the given class.
263 public static CompoundType forCompound (ClassDefinition classDef,
265 CompoundType result = null;
268 result = (CompoundType) makeType(classDef.getType(),classDef,stack);
445 CompoundType.Member[] members = getMembers();
484 CompoundType.Method[] methods = getMethods();
487 CompoundType.Method theMethod = methods[m];
494 protected void printMethod (CompoundType
593 protected CompoundType(ContextStack stack, int typeCode, ClassDefinition classDef) { method in class:CompoundType
663 protected CompoundType(ContextStack stack, ClassDefinition classDef, method in class:CompoundType
[all...]

Completed in 155 milliseconds