| Package | Description |
|---|---|
| org.glassfish.rmic.iiop |
| Modifier and Type | Field and Description |
|---|---|
protected CompoundType.Method[] |
CompoundType.methods |
| Modifier and Type | Method and Description |
|---|---|
CompoundType.Method[] |
CompoundType.getMethods()
Return an array of Type.Method objects representing all
of the methods implemented directly by this type.
|
CompoundType.Method |
CompoundType.Method.mergeWith(CompoundType.Method other)
Return a new Method object that is a legal combination of
this method object and another one.
|
| Modifier and Type | Method and Description |
|---|---|
protected Vector<CompoundType.Method> |
CompoundType.addAllMethods(ClassDefinition current,
Vector<CompoundType.Method> directMethods,
boolean noMultiInheritedMethods,
boolean quiet,
ContextStack stack) |
protected Vector<CompoundType.Method> |
IDLGenerator.getMethods(CompoundType ct)
Collect and filter methods for a type.
|
protected Vector<CompoundType.Method> |
CompoundType.updateParentClassMethods(ClassDefinition current,
Vector<CompoundType.Method> currentMethods,
boolean quiet,
ContextStack stack) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IDLGenerator.getExceptions(CompoundType.Method mth,
Hashtable<String,CompoundType> excHash)
Collect and filter thrown exceptions for a given pre-filtered method.
|
protected boolean |
CompoundType.isConformingRemoteMethod(CompoundType.Method method,
boolean quiet) |
protected boolean |
CompoundType.isIDLEntityException(Type type,
CompoundType.Method method,
boolean quiet) |
CompoundType.Method |
CompoundType.Method.mergeWith(CompoundType.Method other)
Return a new Method object that is a legal combination of
this method object and another one.
|
protected void |
CompoundType.printMethod(CompoundType.Method it,
IndentingWriter writer,
boolean useQualifiedNames,
boolean useIDLNames,
boolean globalIDLNames) |
static void |
IDLNames.setMemberNames(CompoundType container,
CompoundType.Member[] allMembers,
CompoundType.Method[] allMethods,
BatchEnvironment env)
Set all the member names in a given class.
|
static void |
IDLNames.setMethodNames(CompoundType container,
CompoundType.Method[] allMethods,
BatchEnvironment env)
Set all the method names in a given class.
|
protected void |
IDLGenerator.writeAttribute(CompoundType.Method attr,
IndentingWriter p)
Write an IDL Attribute
|
protected void |
IDLGenerator.writeMethod(CompoundType.Method method,
IndentingWriter p)
Write an IDL method
|
| Modifier and Type | Method and Description |
|---|---|
protected Vector<CompoundType.Method> |
CompoundType.addAllMethods(ClassDefinition current,
Vector<CompoundType.Method> directMethods,
boolean noMultiInheritedMethods,
boolean quiet,
ContextStack stack) |
protected void |
IDLGenerator.getMethodReferences(Vector<CompoundType.Method> mthVec,
Hashtable<String,CompoundType> refHash,
Hashtable<String,CompoundType> spcHash,
Hashtable<String,ArrayType> arrHash,
Hashtable<String,CompoundType> excHash)
Collect and filter type and array references from methods
|
protected boolean |
CompoundType.initialize(Vector<InterfaceType> directInterfaces,
Vector<CompoundType.Method> directMethods,
Vector<CompoundType.Member> directMembers,
ContextStack stack,
boolean quiet)
Initialize this instance.
|
protected Vector<CompoundType.Method> |
CompoundType.updateParentClassMethods(ClassDefinition current,
Vector<CompoundType.Method> currentMethods,
boolean quiet,
ContextStack stack) |
Copyright © 2017–2023 Eclipse Foundation. All rights reserved.