| Package | Description |
|---|---|
| sun.rmi.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 void |
IDLGenerator.getExceptions(CompoundType.Method mth,
Hashtable 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
|
Copyright © 2017. All Rights Reserved.