Searched refs:CompoundType (Results 1 - 16 of 16) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DCompoundType.java31 public interface CompoundType { interface
H A DTypeVisitor.java36 public void doCompoundType(CompoundType t);
H A DType.java44 public CompoundType asCompound();
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DIDLGenerator.java98 protected sun.rmi.rmic.iiop.CompoundType getTopType(ClassDefinition cdef,
100 return CompoundType.forCompound(cdef,stack);
136 CompoundType ct = (CompoundType)et;
145 CompoundType ct = (CompoundType)t;
252 CompoundType topType,
292 CompoundType ct ) {
308 CompoundType t = (CompoundType)
[all...]
H A DStubGenerator.java128 protected CompoundType getTopType(ClassDefinition cdef, ContextStack stack) {
130 CompoundType result = null;
248 protected OutputType[] getOutputTypesFor(CompoundType topType,
285 InterfaceType[] interfaces = ((CompoundType)type).getInterfaces();
348 CompoundType theType = (CompoundType) outputType.getType();
372 CompoundType theType = (CompoundType) outputType.getType();
433 CompoundType.Method[] remoteMethods = theType.getMethods();
514 if (((CompoundType)typ
[all...]
H A DIDLNames.java317 * Section 28.3.2.1 (see CompoundType)
450 private static int getInitialAttributeKind (CompoundType.Method method,
518 private static void setAttributeKinds (CompoundType.Method[] methods,
680 * Section 28.3.2.7 (see CompoundType)
684 public static void setMethodNames (CompoundType container,
685 CompoundType.Method[] allMethods,
724 CompoundType enclosing = allMethods[0].getEnclosing();
789 CompoundType.Method method = allMethods[i];
807 CompoundType.Method method = allMethods[i];
855 CompoundType
[all...]
H A DPrintGenerator.java133 CompoundType topType = CompoundType.forCompound(cdef,stack);
H A DGenerator.java58 * CompoundType getTopType(BatchEnvironment env, ClassDefinition cdef);
61 * OutputType[] getOutputTypesFor(CompoundType topType,
114 protected abstract CompoundType getTopType(ClassDefinition cdef, ContextStack stack);
124 protected abstract OutputType[] getOutputTypesFor(CompoundType topType,
274 CompoundType topType = getTopType(cdef,contextStack);
300 protected void generateOutputFiles (CompoundType topType,
H A DInterfaceType.java46 public abstract class InterfaceType extends CompoundType {
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...]
H A DArrayType.java96 Type temp = CompoundType.makeType(arrayType,null,stack);
H A DClassType.java48 public abstract class ClassType extends CompoundType {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicCompoundType.java32 public class BasicCompoundType extends BasicType implements CompoundType {
49 public CompoundType asCompound() { return this; }
H A DBasicType.java63 public CompoundType asCompound() { return null; }
/openjdk7/corba/make/com/sun/corba/se/rmi/rmic/
H A DSUN_RMI_RMIC_IIOP_java.gmk39 sun/rmi/rmic/iiop/CompoundType.java \
/openjdk7/corba/make/sun/rmi/rmic/
H A DFILES.gmk33 sun/rmi/rmic/iiop/CompoundType.java \

Completed in 109 milliseconds