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) voidStubGenerator.addNamesInUse(CompoundType.Method method) (package private) voidStubGenerator.addNamesInUse(CompoundType.Method[] methods) private static voidIDLNames.convertOverloadedMethods(CompoundType.Method[] allMethods, String[] names, boolean[] overloaded) private static booleanIDLNames.doesConstructorCollide(String name, CompoundType.Method method, CompoundType.Method[] allMethods, String[] allNames, boolean compareConstructors) private static booleanIDLNames.doesMethodCollide(String name, CompoundType.Method method, CompoundType.Method[] allMethods, String[] allNames, boolean ignoreAttributes) protected voidIDLGenerator.getExceptions(CompoundType.Method mth, Hashtable<String, CompoundType> excHash) Collect and filter thrown exceptions for a given pre-filtered method.private static intIDLNames.getInitialAttributeKind(CompoundType.Method method, BatchEnvironment env) (package private) StaticStringsHashStubGenerator.getStringsHash(CompoundType.Method[] methods) (package private) ValueType[]StubGenerator.getStubExceptions(CompoundType.Method method, boolean sort) (package private) ValueType[]StubGenerator.getTieExceptions(CompoundType.Method method) protected booleanCompoundType.isConformingRemoteMethod(CompoundType.Method method, boolean quiet) protected booleanCompoundType.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 voidCompoundType.printMethod(CompoundType.Method it, IndentingWriter writer, boolean useQualifiedNames, boolean useIDLNames, boolean globalIDLNames) private static voidIDLNames.setAttributeKinds(CompoundType.Method[] methods, int[] kinds, String[] names) static voidIDLNames.setMemberNames(CompoundType container, CompoundType.Member[] allMembers, CompoundType.Method[] allMethods, BatchEnvironment env) Set all the member names in a given class.static voidIDLNames.setMethodNames(CompoundType container, CompoundType.Method[] allMethods, BatchEnvironment env) Set all the method names in a given class.private booleanImplementationType.updateExceptions(MemberDefinition implMethod, CompoundType.Method[] list, ContextStack stack, boolean quiet) protected voidIDLGenerator.writeAttribute(CompoundType.Method attr, IndentingWriter p) Write an IDL Attribute(package private) String[]StubGenerator.writeCopyArguments(CompoundType.Method method, IndentingWriter p) (package private) voidStubGenerator.writeLocalStubMethodBody(IndentingWriter p, CompoundType.Method method, CompoundType theType) protected voidIDLGenerator.writeMethod(CompoundType.Method method, IndentingWriter p) Write an IDL method(package private) voidStubGenerator.writeNonLocalStubMethodBody(IndentingWriter p, CompoundType.Method method, CompoundType theType) private voidStubGenerator.writeStubMethod(IndentingWriter p, CompoundType.Method method, CompoundType theType) (package private) voidStubGenerator.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 voidIDLGenerator.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)