Lines Matching refs:CompoundType

53  * A CompoundType is an abstract base class for all IIOP class and
58 public abstract class CompoundType extends 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.Method it,
590 * Create a CompoundType instance for the given class. NOTE: This constructor
593 protected CompoundType(ContextStack stack, int typeCode, ClassDefinition classDef) {
660 * Create a CompoundType instance for the given class. The resulting
663 protected CompoundType(ContextStack stack, ClassDefinition classDef,
1028 protected boolean isIDLEntityException(Type type, CompoundType.Method method,boolean quiet)
1034 if (((CompoundType)type).isIDLEntityException()) {
1255 method = new Method((CompoundType)this,member,quiet,stack);
1335 method = new Method((CompoundType)this,member,quiet,stack);
1759 CompoundType enclosing,
1775 * A CompoundType.Method object encapsulates IIOP-specific information
1914 public CompoundType getEnclosing() {
2323 private CompoundType enclosing;
2349 public Method (CompoundType enclosing,
2454 * An CompoundType.Member object wraps a Type and a value representing
2610 CompoundType enclosing) {
2625 public void init (ContextStack stack, CompoundType enclosing) {