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 ParameterEntryDefaultSymtabFactory. parameterEntry()ParameterEntryDefaultSymtabFactory. parameterEntry(MethodEntry container, IDLID id)ParameterEntrySymtabFactory. parameterEntry()ParameterEntrySymtabFactory. 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 voidMethodEntry. addParameter(ParameterEntry parameter)Add a parameter to the parameter list.voidNoop. generate(java.util.Hashtable symbolTable, ParameterEntry entry, java.io.PrintWriter stream)voidParameterGen. generate(java.util.Hashtable symbolTable, ParameterEntry entry, java.io.PrintWriter stream)private voidParser. paramAttribute(ParameterEntry entry)Constructors in com.sun.tools.corba.ee.idl with parameters of type ParameterEntry Constructor Description ParameterEntry(ParameterEntry that)
-