Uses of Class
org.glassfish.rmic.iiop.CompoundType.Method
-
Packages that use CompoundType.Method Package Description org.glassfish.rmic.iiop -
-
Uses of CompoundType.Method in org.glassfish.rmic.iiop
Fields in org.glassfish.rmic.iiop declared as CompoundType.Method Modifier and Type Field Description protected CompoundType.Method[]CompoundType. methodsMethods in org.glassfish.rmic.iiop that return CompoundType.Method Modifier and Type Method Description CompoundType.Method[]CompoundType. getMethods()Return an array of Type.Method objects representing all of the methods implemented directly by this type.CompoundType.MethodCompoundType.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.Method Modifier and Type Method Description protected java.util.Vector<CompoundType.Method>CompoundType. addAllMethods(ClassDefinition current, java.util.Vector<CompoundType.Method> directMethods, boolean noMultiInheritedMethods, boolean quiet, ContextStack stack)protected java.util.Vector<CompoundType.Method>IDLGenerator. getMethods(CompoundType ct)Collect and filter methods for a type.protected java.util.Vector<CompoundType.Method>CompoundType. updateParentClassMethods(ClassDefinition current, java.util.Vector<CompoundType.Method> currentMethods, boolean quiet, ContextStack stack)Methods in org.glassfish.rmic.iiop with parameters of type CompoundType.Method Modifier and Type Method Description (package private) voidStubGenerator. addNamesInUse(CompoundType.Method method)(package private) voidStubGenerator. addNamesInUse(CompoundType.Method[] methods)private static voidIDLNames. convertOverloadedMethods(CompoundType.Method[] allMethods, java.lang.String[] names, boolean[] overloaded)private static booleanIDLNames. doesConstructorCollide(java.lang.String name, CompoundType.Method method, CompoundType.Method[] allMethods, java.lang.String[] allNames, boolean compareConstructors)private static booleanIDLNames. doesMethodCollide(java.lang.String name, CompoundType.Method method, CompoundType.Method[] allMethods, java.lang.String[] allNames, boolean ignoreAttributes)protected voidIDLGenerator. getExceptions(CompoundType.Method mth, java.util.Hashtable<java.lang.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.MethodCompoundType.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, java.lang.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) java.lang.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.Method Modifier and Type Method Description protected java.util.Vector<CompoundType.Method>CompoundType. addAllMethods(ClassDefinition current, java.util.Vector<CompoundType.Method> directMethods, boolean noMultiInheritedMethods, boolean quiet, ContextStack stack)protected voidIDLGenerator. getMethodReferences(java.util.Vector<CompoundType.Method> mthVec, java.util.Hashtable<java.lang.String,CompoundType> refHash, java.util.Hashtable<java.lang.String,CompoundType> spcHash, java.util.Hashtable<java.lang.String,ArrayType> arrHash, java.util.Hashtable<java.lang.String,CompoundType> excHash)Collect and filter type and array references from methodsprotected java.util.Vector<CompoundType.Method>CompoundType. updateParentClassMethods(ClassDefinition current, java.util.Vector<CompoundType.Method> currentMethods, boolean quiet, ContextStack stack)
-