Uses of Class
org.glassfish.rmic.iiop.CompoundType.Member
Packages that use CompoundType.Member
-
Uses of CompoundType.Member in org.glassfish.rmic.iiop
Fields in org.glassfish.rmic.iiop declared as CompoundType.MemberMethods in org.glassfish.rmic.iiop that return CompoundType.MemberModifier and TypeMethodDescriptionCompoundType.getMembers()
Return an array of Type.Member objects representing all of the data members directly implemented by this interface.Methods in org.glassfish.rmic.iiop that return types with arguments of type CompoundType.MemberModifier and TypeMethodDescriptionprotected 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.Methods in org.glassfish.rmic.iiop with parameters of type CompoundType.MemberModifier and TypeMethodDescriptionstatic 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 constantprotected void
IDLGenerator.writeData
(CompoundType.Member data, IndentingWriter p) Write an IDL data memberMethod parameters in org.glassfish.rmic.iiop with type arguments of type CompoundType.MemberModifier and TypeMethodDescriptionprotected 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