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

/openjdk10/hotspot/src/jdk.hotspot.agent/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();
/openjdk10/corba/src/jdk.rmic/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.java133 protected CompoundType getTopType(ClassDefinition cdef, ContextStack stack) {
135 CompoundType result = null;
256 protected OutputType[] getOutputTypesFor(CompoundType topType,
293 InterfaceType[] interfaces = ((CompoundType)type).getInterfaces();
356 CompoundType theType = (CompoundType) outputType.getType();
380 CompoundType theType = (CompoundType) outputType.getType();
528 CompoundType.Method[] remoteMethods = theType.getMethods();
609 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.java54 * A CompoundType is an abstract base class for all IIOP class and
59 public abstract class CompoundType extends Type { class in inherits:Type
258 * Create a CompoundType object for the given class.
264 public static CompoundType forCompound (ClassDefinition classDef,
266 CompoundType result = null;
269 result = (CompoundType) makeType(classDef.getType(),classDef,stack);
446 CompoundType.Member[] members = getMembers();
485 CompoundType.Method[] methods = getMethods();
488 CompoundType.Method theMethod = methods[m];
495 protected void printMethod (CompoundType
594 protected CompoundType(ContextStack stack, int typeCode, ClassDefinition classDef) { method in class:CompoundType
664 protected CompoundType(ContextStack stack, ClassDefinition classDef, method in class:CompoundType
[all...]
H A DClassType.java48 public abstract class ClassType extends CompoundType {
H A DArrayType.java96 Type temp = CompoundType.makeType(arrayType,null,stack);
/openjdk10/langtools/make/tools/propertiesparser/parser/
H A DMessageInfo.java26 import propertiesparser.parser.MessageType.CompoundType;
107 for (CompoundType.Kind ck : CompoundType.Kind.values()) {
110 return new CompoundType(ck, elemtype);
H A DMessageType.java131 public static class CompoundType implements MessageType { class in interface:MessageType
156 public CompoundType(Kind kind, MessageType elemtype) { method in class:MessageType.CompoundType
252 public abstract R visitCompoundType(CompoundType t, A a);
/openjdk10/hotspot/src/jdk.hotspot.agent/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; }
/openjdk10/langtools/make/tools/propertiesparser/gen/
H A DClassGenerator.java31 import propertiesparser.parser.MessageType.CompoundType;
314 public String visitCompoundType(CompoundType t, Void aVoid) {
350 public Boolean visitCompoundType(CompoundType t, Void aVoid) {
386 public Void visitCompoundType(CompoundType t, Set<String> imports) {
429 public List<MessageType> visitCompoundType(CompoundType t, Void aVoid) {
431 .map(nt -> new CompoundType(t.kind, nt))

Completed in 110 milliseconds