| Package | Description |
|---|---|
| org.glassfish.rmic.iiop |
| Modifier and Type | Field and Description |
|---|---|
protected CompoundType.Member[] |
CompoundType.members |
| Modifier and Type | Method and Description |
|---|---|
CompoundType.Member[] |
CompoundType.getMembers()
Return an array of Type.Member objects representing all of
the data members directly implemented by this interface.
|
| Modifier and Type | Method and Description |
|---|---|
protected Vector<CompoundType.Member> |
IDLGenerator.getConstants(CompoundType ct)
Collect constants for a type.
|
protected Vector<CompoundType.Member> |
IDLGenerator.getData(CompoundType t)
Collect and sort data fields for a ValueType.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
IDLNames.setMemberNames(CompoundType container,
CompoundType.Member[] allMembers,
CompoundType.Method[] allMethods,
BatchEnvironment env)
Set all the member names in a given class.
|
protected void |
IDLGenerator.writeConstant(CompoundType.Member constant,
IndentingWriter p)
Write an IDL constant
|
protected void |
IDLGenerator.writeData(CompoundType.Member data,
IndentingWriter p)
Write an IDL data member
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
CompoundType.addAllMembers(Vector<CompoundType.Member> allMembers,
boolean onlyConformingConstants,
boolean quiet,
ContextStack stack) |
protected boolean |
CompoundType.addConformingConstants(Vector<CompoundType.Member> allMembers,
boolean quiet,
ContextStack stack) |
protected void |
IDLGenerator.getMemberReferences(Vector<CompoundType.Member> datVec,
Hashtable<String,CompoundType> refHash,
Hashtable<String,CompoundType> spcHash,
Hashtable<String,ArrayType> arrHash)
Collect and filter type and array references from data members
|
protected boolean |
CompoundType.initialize(Vector<InterfaceType> directInterfaces,
Vector<CompoundType.Method> directMethods,
Vector<CompoundType.Member> directMembers,
ContextStack stack,
boolean quiet)
Initialize this instance.
|
Copyright © 2017–2021 Eclipse Foundation. All rights reserved.