Uses of Class
org.glassfish.rmic.iiop.CompoundType.Method
Packages that use CompoundType.Method
-
Uses of CompoundType.Method in org.glassfish.rmic.iiop
Fields in org.glassfish.rmic.iiop declared as CompoundType.MethodMethods in org.glassfish.rmic.iiop that return CompoundType.MethodModifier and TypeMethodDescriptionCompoundType.getMethods()
Return an array of Type.Method objects representing all of the methods implemented directly by this type.CompoundType.Method.mergeWith
(CompoundType.Method other) Return a new Method object that is a legal combination of this method object and another one.Methods in org.glassfish.rmic.iiop that return types with arguments of type CompoundType.MethodModifier and TypeMethodDescriptionprotected 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) Methods in org.glassfish.rmic.iiop with parameters of type CompoundType.MethodModifier and TypeMethodDescription(package private) void
StubGenerator.addNamesInUse
(CompoundType.Method method) (package private) void
StubGenerator.addNamesInUse
(CompoundType.Method[] methods) private static void
IDLNames.convertOverloadedMethods
(CompoundType.Method[] allMethods, String[] names, boolean[] overloaded) private static boolean
IDLNames.doesConstructorCollide
(String name, CompoundType.Method method, CompoundType.Method[] allMethods, String[] allNames, boolean compareConstructors) private static boolean
IDLNames.doesMethodCollide
(String name, CompoundType.Method method, CompoundType.Method[] allMethods, String[] allNames, boolean ignoreAttributes) protected void
IDLGenerator.getExceptions
(CompoundType.Method mth, Hashtable<String, CompoundType> excHash) Collect and filter thrown exceptions for a given pre-filtered method.private static int
IDLNames.getInitialAttributeKind
(CompoundType.Method method, BatchEnvironment env) (package private) StaticStringsHash
StubGenerator.getStringsHash
(CompoundType.Method[] methods) (package private) ValueType[]
StubGenerator.getStubExceptions
(CompoundType.Method method, boolean sort) (package private) ValueType[]
StubGenerator.getTieExceptions
(CompoundType.Method method) protected boolean
CompoundType.isConformingRemoteMethod
(CompoundType.Method method, boolean quiet) protected boolean
CompoundType.isIDLEntityException
(Type type, CompoundType.Method method, boolean quiet) 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) private static void
IDLNames.setAttributeKinds
(CompoundType.Method[] methods, int[] kinds, String[] names) 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.private boolean
ImplementationType.updateExceptions
(MemberDefinition implMethod, CompoundType.Method[] list, ContextStack stack, boolean quiet) protected void
IDLGenerator.writeAttribute
(CompoundType.Method attr, IndentingWriter p) Write an IDL Attribute(package private) String[]
StubGenerator.writeCopyArguments
(CompoundType.Method method, IndentingWriter p) (package private) void
StubGenerator.writeLocalStubMethodBody
(IndentingWriter p, CompoundType.Method method, CompoundType theType) protected void
IDLGenerator.writeMethod
(CompoundType.Method method, IndentingWriter p) Write an IDL method(package private) void
StubGenerator.writeNonLocalStubMethodBody
(IndentingWriter p, CompoundType.Method method, CompoundType theType) private void
StubGenerator.writeStubMethod
(IndentingWriter p, CompoundType.Method method, CompoundType theType) (package private) void
StubGenerator.writeTieMethod
(IndentingWriter p, CompoundType type, CompoundType.Method method) Method parameters in org.glassfish.rmic.iiop with type arguments of type CompoundType.MethodModifier and TypeMethodDescriptionprotected 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 methodsprotected Vector
<CompoundType.Method> CompoundType.updateParentClassMethods
(ClassDefinition current, Vector<CompoundType.Method> currentMethods, boolean quiet, ContextStack stack)