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 AttributeEntryDefaultSymtabFactory. attributeEntry()AttributeEntryDefaultSymtabFactory. attributeEntry(InterfaceEntry container, IDLID id)AttributeEntrySymtabFactory. attributeEntry()AttributeEntrySymtabFactory. attributeEntry(InterfaceEntry container, IDLID id)Methods in com.sun.tools.corba.ee.idl with parameters of type AttributeEntry Modifier and Type Method Description private voidParser. attrDcl2(InterfaceEntry entry, AttributeEntry clone)voidAttributeGen. generate(java.util.Hashtable symbolTable, AttributeEntry entry, java.io.PrintWriter stream)voidNoop. 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 voidAttributeGen. generate(java.util.Hashtable symbolTable, AttributeEntry m, java.io.PrintWriter stream)Method generate() is not used in MethodGen.
-