Uses of Class
com.sun.tools.corba.se.idl.MethodEntry
Packages that use MethodEntry
-
Uses of MethodEntry in com.sun.tools.corba.se.idl
Subclasses of MethodEntry in com.sun.tools.corba.se.idlModifier and TypeClassDescriptionclassThis is the symbol table entry for attributes.Methods in com.sun.tools.corba.se.idl that return MethodEntryModifier and TypeMethodDescriptionDefaultSymtabFactory.methodEntry()DefaultSymtabFactory.methodEntry(InterfaceEntry container, IDLID id) SymtabFactory.methodEntry()SymtabFactory.methodEntry(InterfaceEntry container, IDLID id) Methods in com.sun.tools.corba.se.idl with parameters of type MethodEntryModifier and TypeMethodDescriptionvoidInterfaceEntry.addMethod(MethodEntry method) Add a method/attribute to the list of methods.voidMethodGen.generate(Hashtable symbolTable, MethodEntry entry, PrintWriter stream) voidNoop.generate(Hashtable symbolTable, MethodEntry entry, PrintWriter stream) DefaultSymtabFactory.parameterEntry(MethodEntry container, IDLID id) SymtabFactory.parameterEntry(MethodEntry container, IDLID id) Constructors in com.sun.tools.corba.se.idl with parameters of type MethodEntry -
Uses of MethodEntry in com.sun.tools.corba.se.idl.toJavaPortable
Fields in com.sun.tools.corba.se.idl.toJavaPortable declared as MethodEntryMethods in com.sun.tools.corba.se.idl.toJavaPortable with parameters of type MethodEntryModifier and TypeMethodDescriptionprotected voidAttributeGen24.abstractMethod(Hashtable symbolTable, MethodEntry m, PrintWriter stream) <d62023-klr> Added for 2.4 RTFprotected voidMethodGen24.abstractMethod(Hashtable symbolTable, MethodEntry m, PrintWriter stream) - write an abstract method definition protected voidMethodGenClone24.abstractMethod(Hashtable symbolTable, MethodEntry m, PrintWriter stream) - write an abstract method definition protected voidMethodGen24.defaultFactoryMethod(Hashtable symbolTable, MethodEntry m, PrintWriter stream) - write a default factory method implementation for the DefaultFactory. m is a methodEntry for a factory method contained in a non-abstract ValueEntry. protected voidAttributeGen.dispatchSkeleton(Hashtable symbolTable, MethodEntry m, PrintWriter stream, int index) protected voidMethodGen.dispatchSkeleton(Hashtable symbolTable, MethodEntry m, PrintWriter stream, int index) voidMethodGen.generate(Hashtable symbolTable, MethodEntry m, PrintWriter stream) Method generate() is not used in MethodGen.protected voidMethodGen24.helperFactoryMethod(Hashtable symbolTable, MethodEntry m, SymtabEntry t, PrintWriter stream) Write the methodEntry for a valuetype factory method into the Value Helper class. protected voidAttributeGen.interfaceMethod(Hashtable symbolTable, MethodEntry m, PrintWriter stream) protected voidAttributeGen24.interfaceMethod(Hashtable symbolTable, MethodEntry m, PrintWriter stream) <d62023-klr> Added for 2.4 RTFprotected voidMethodGen.interfaceMethod(Hashtable symbolTable, MethodEntry m, PrintWriter stream) protected voidMethodGen24.interfaceMethod(Hashtable symbolTable, MethodEntry m, PrintWriter stream) - delete method templates for valuetypes protected voidMethodGenClone24.interfaceMethod(Hashtable symbolTable, MethodEntry m, PrintWriter stream) - delete method templates for valuetypes protected voidMethodGen.localstub(Hashtable symbolTable, MethodEntry m, PrintWriter stream, int index, InterfaceEntry i) protected voidAttributeGen.skeleton(Hashtable symbolTable, MethodEntry m, PrintWriter stream, int index) protected voidMethodGen.skeleton(Hashtable symbolTable, MethodEntry m, PrintWriter stream, int index) protected voidAttributeGen.stub(String className, boolean isAbstract, Hashtable symbolTable, MethodEntry m, PrintWriter stream, int index) protected voidMethodGen.stub(String className, boolean isAbstract, Hashtable symbolTable, MethodEntry m, PrintWriter stream, int index) protected voidMethodGen24.writeParmList(MethodEntry m, boolean listTypes, PrintWriter stream) Print the parameter list for the factory method.