Uses of Class
com.sun.tools.corba.ee.idl.ParameterEntry
-
Packages that use ParameterEntry Package Description com.sun.tools.corba.ee.idl -
-
Uses of ParameterEntry in com.sun.tools.corba.ee.idl
Methods in com.sun.tools.corba.ee.idl that return ParameterEntry Modifier and Type Method Description ParameterEntry
DefaultSymtabFactory. parameterEntry()
ParameterEntry
DefaultSymtabFactory. parameterEntry(MethodEntry container, IDLID id)
ParameterEntry
SymtabFactory. parameterEntry()
ParameterEntry
SymtabFactory. parameterEntry(MethodEntry container, IDLID id)
Methods in com.sun.tools.corba.ee.idl that return types with arguments of type ParameterEntry Modifier and Type Method Description java.util.Vector<ParameterEntry>
MethodEntry. parameters()
This is a vector of ParameterEntry's.Methods in com.sun.tools.corba.ee.idl with parameters of type ParameterEntry Modifier and Type Method Description void
MethodEntry. addParameter(ParameterEntry parameter)
Add a parameter to the parameter list.void
Noop. generate(java.util.Hashtable symbolTable, ParameterEntry entry, java.io.PrintWriter stream)
void
ParameterGen. generate(java.util.Hashtable symbolTable, ParameterEntry entry, java.io.PrintWriter stream)
private void
Parser. paramAttribute(ParameterEntry entry)
Constructors in com.sun.tools.corba.ee.idl with parameters of type ParameterEntry Constructor Description ParameterEntry(ParameterEntry that)
-