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 TypeMethodDescriptionprotected voidIDLGenerator.getExceptions(CompoundType.Method mth, Hashtable<String, CompoundType> excHash) Collect and filter thrown exceptions for a given pre-filtered 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) 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.protected voidIDLGenerator.writeAttribute(CompoundType.Method attr, IndentingWriter p) Write an IDL Attributeprotected voidIDLGenerator.writeMethod(CompoundType.Method method, IndentingWriter p) Write an IDL methodMethod 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)