Uses of Class
com.sun.tools.corba.ee.idl.AttributeEntry
-
Packages that use AttributeEntry Package Description com.sun.tools.corba.ee.idl com.sun.tools.corba.ee.idl.toJavaPortable -
-
Uses of AttributeEntry in com.sun.tools.corba.ee.idl
Methods in com.sun.tools.corba.ee.idl that return AttributeEntry Modifier and Type Method Description AttributeEntry
DefaultSymtabFactory. attributeEntry()
AttributeEntry
DefaultSymtabFactory. attributeEntry(InterfaceEntry container, IDLID id)
AttributeEntry
SymtabFactory. attributeEntry()
AttributeEntry
SymtabFactory. attributeEntry(InterfaceEntry container, IDLID id)
Methods in com.sun.tools.corba.ee.idl with parameters of type AttributeEntry Modifier and Type Method Description private void
Parser. attrDcl2(InterfaceEntry entry, AttributeEntry clone)
void
AttributeGen. generate(java.util.Hashtable symbolTable, AttributeEntry entry, java.io.PrintWriter stream)
void
Noop. generate(java.util.Hashtable symbolTable, AttributeEntry entry, java.io.PrintWriter stream)
Constructors in com.sun.tools.corba.ee.idl with parameters of type AttributeEntry Constructor Description AttributeEntry(AttributeEntry that)
-
Uses of AttributeEntry in com.sun.tools.corba.ee.idl.toJavaPortable
Methods in com.sun.tools.corba.ee.idl.toJavaPortable with parameters of type AttributeEntry Modifier and Type Method Description void
AttributeGen. generate(java.util.Hashtable symbolTable, AttributeEntry m, java.io.PrintWriter stream)
Method generate() is not used in MethodGen.
-