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. methods
Methods 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.Method
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.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) void
StubGenerator. addNamesInUse(CompoundType.Method method)
(package private) void
StubGenerator. addNamesInUse(CompoundType.Method[] methods)
private static void
IDLNames. convertOverloadedMethods(CompoundType.Method[] allMethods, java.lang.String[] names, boolean[] overloaded)
private static boolean
IDLNames. doesConstructorCollide(java.lang.String name, CompoundType.Method method, CompoundType.Method[] allMethods, java.lang.String[] allNames, boolean compareConstructors)
private static boolean
IDLNames. doesMethodCollide(java.lang.String name, CompoundType.Method method, CompoundType.Method[] allMethods, java.lang.String[] allNames, boolean ignoreAttributes)
protected void
IDLGenerator. 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 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
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, java.lang.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) java.lang.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.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 void
IDLGenerator. 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)
-