Uses of Class
com.sun.tools.corba.ee.idl.MethodEntry
Packages that use MethodEntry
-
Uses of MethodEntry in com.sun.tools.corba.ee.idl
Subclasses of MethodEntry in com.sun.tools.corba.ee.idlModifier and TypeClassDescriptionclass
This is the symbol table entry for attributes.Fields in com.sun.tools.corba.ee.idl with type parameters of type MethodEntryModifier and TypeFieldDescription(package private) Vector
<MethodEntry> InterfaceEntry._allMethods
private Vector
<MethodEntry> ValueEntry._initializers
private Vector
<MethodEntry> InterfaceEntry._methods
Methods in com.sun.tools.corba.ee.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.ee.idl that return types with arguments of type MethodEntryModifier and TypeMethodDescriptionInterfaceEntry.allMethods()
Get the allMethods vector.ValueEntry.initializers()
InterfaceEntry.methods()
This is a vector of MethodEntry's.Methods in com.sun.tools.corba.ee.idl with parameters of type MethodEntryModifier and TypeMethodDescriptionvoid
InterfaceEntry.addMethod
(MethodEntry method) Add a method/attribute to the list of methods.(package private) void
InterfaceEntry.addToForwardedAllMethods
(MethodEntry method, Scanner scanner) private void
Parser.checkIfOpLegalForOneway
(MethodEntry method) private void
Parser.contextExpr
(MethodEntry entry) private void
Parser.contextExpr2
(MethodEntry entry) void
MethodGen.generate
(Hashtable symbolTable, MethodEntry entry, PrintWriter stream) void
Noop.generate
(Hashtable symbolTable, MethodEntry entry, PrintWriter stream) (package private) void
ValueEntry.initializersAddElement
(MethodEntry method, Scanner scanner) private void
Parser.initParamDcl
(MethodEntry entry) (package private) void
InterfaceEntry.methodsAddElement
(MethodEntry method, Scanner scanner) private void
Parser.opDcl2
(MethodEntry method) private void
Parser.opDcl3
(MethodEntry entry) private void
Parser.paramDcl
(MethodEntry entry) private void
Parser.parameterDcls
(MethodEntry entry) private void
Parser.parameterDcls2
(MethodEntry entry) DefaultSymtabFactory.parameterEntry
(MethodEntry container, IDLID id) SymtabFactory.parameterEntry
(MethodEntry container, IDLID id) private void
Parser.pigeonholeMethod
(InterfaceEntry container, MethodEntry entry) private void
Parser.raisesExpr
(MethodEntry entry) private void
Parser.raisesExpr2
(MethodEntry entry) private boolean
InterfaceEntry.verifyMethod
(MethodEntry method, Scanner scanner, boolean clash) Constructors in com.sun.tools.corba.ee.idl with parameters of type MethodEntry -
Uses of MethodEntry in com.sun.tools.corba.ee.idl.toJavaPortable
Fields in com.sun.tools.corba.ee.idl.toJavaPortable declared as MethodEntryFields in com.sun.tools.corba.ee.idl.toJavaPortable with type parameters of type MethodEntryModifier and TypeFieldDescriptionprotected Vector
<MethodEntry> Skeleton.methodList
protected Vector
<MethodEntry> Stub.methodList
Methods in com.sun.tools.corba.ee.idl.toJavaPortable with parameters of type MethodEntryModifier and TypeMethodDescriptionprotected void
AttributeGen24.abstractMethod
(Hashtable symbolTable, MethodEntry m, PrintWriter stream) (d62023-klr) Added for 2.4 RTF(package private) void
MethodGen24.abstractMethod
(Hashtable symbolTable, MethodEntry m, PrintWriter stream) protected void
MethodGenClone24.abstractMethod
(Hashtable symbolTable, MethodEntry m, PrintWriter stream) write an abstract method definitionprivate void
Skeleton.addMethod
(MethodEntry method) private void
Stub.addMethod
(MethodEntry method) (package private) void
MethodGen24.defaultFactoryMethod
(Hashtable symbolTable, MethodEntry m, PrintWriter stream) protected void
AttributeGen.dispatchSkeleton
(Hashtable symbolTable, MethodEntry m, PrintWriter stream, int index) protected void
MethodGen.dispatchSkeleton
(Hashtable symbolTable, MethodEntry m, PrintWriter stream, int index) void
MethodGen.generate
(Hashtable symbolTable, MethodEntry m, PrintWriter stream) Method generate() is not used in MethodGen.(package private) void
MethodGen24.helperFactoryMethod
(Hashtable symbolTable, MethodEntry m, SymtabEntry t, PrintWriter stream) protected void
AttributeGen.interfaceMethod
(Hashtable symbolTable, MethodEntry m, PrintWriter stream) protected void
AttributeGen24.interfaceMethod
(Hashtable symbolTable, MethodEntry m, PrintWriter stream) (d62023-klr) Added for 2.4 RTFprotected void
MethodGen.interfaceMethod
(Hashtable symbolTable, MethodEntry m, PrintWriter stream) protected void
MethodGen24.interfaceMethod
(Hashtable symbolTable, MethodEntry m, PrintWriter stream) protected void
MethodGenClone24.interfaceMethod
(Hashtable symbolTable, MethodEntry m, PrintWriter stream) delete method templates for valuetypesprotected void
MethodGen.localstub
(Hashtable symbolTable, MethodEntry m, PrintWriter stream, int index, InterfaceEntry i) protected void
AttributeGen.skeleton
(Hashtable symbolTable, MethodEntry m, PrintWriter stream, int index) protected void
MethodGen.skeleton
(Hashtable symbolTable, MethodEntry m, PrintWriter stream, int index) protected void
AttributeGen.stub
(String className, boolean isAbstract, Hashtable symbolTable, MethodEntry m, PrintWriter stream, int index) protected void
MethodGen.stub
(String className, boolean isAbstract, Hashtable symbolTable, MethodEntry m, PrintWriter stream, int index) protected void
MethodGen24.writeParmList
(MethodEntry m, boolean listTypes, PrintWriter stream) Print the parameter list for the factory method.