Uses of Class
com.sun.tools.corba.ee.idl.ValueEntry
-
Packages that use ValueEntry Package Description com.sun.tools.corba.ee.idl com.sun.tools.corba.ee.idl.toJavaPortable -
-
Uses of ValueEntry in com.sun.tools.corba.ee.idl
Subclasses of ValueEntry in com.sun.tools.corba.ee.idl Modifier and Type Class Description classValueBoxEntryThis is the symbol table entry for valuesBoxes.Methods in com.sun.tools.corba.ee.idl that return ValueEntry Modifier and Type Method Description ValueEntryDefaultSymtabFactory. valueEntry()ValueEntryDefaultSymtabFactory. valueEntry(ModuleEntry container, IDLID id)ValueEntrySymtabFactory. valueEntry()ValueEntrySymtabFactory. valueEntry(ModuleEntry container, IDLID id)Methods in com.sun.tools.corba.ee.idl with parameters of type ValueEntry Modifier and Type Method Description private voidParser. addDeclarators(ValueEntry entry, TypedefEntry typedefEntry, boolean isPublic)voidNoop. generate(java.util.Hashtable symbolTable, ValueEntry entry, java.io.PrintWriter stream)voidValueGen. generate(java.util.Hashtable symbolTable, ValueEntry entry, java.io.PrintWriter stream)private voidParser. initDcl(ValueEntry entry)private voidParser. valueDcl(ValueEntry entry)private voidParser. valueElement(ValueEntry entry)private voidParser. valueInheritanceSpec(ValueEntry entry)private voidParser. valueStateMember(ValueEntry entry)private voidParser. valueSupportsSpec(ValueEntry entry)Constructors in com.sun.tools.corba.ee.idl with parameters of type ValueEntry Constructor Description ValueEntry(ValueEntry that) -
Uses of ValueEntry in com.sun.tools.corba.ee.idl.toJavaPortable
Fields in com.sun.tools.corba.ee.idl.toJavaPortable declared as ValueEntry Modifier and Type Field Description protected ValueEntryValueGen. vMethods in com.sun.tools.corba.ee.idl.toJavaPortable with parameters of type ValueEntry Modifier and Type Method Description voidValueGen. generate(java.util.Hashtable symbolTable, ValueEntry v, java.io.PrintWriter str)voidValueGen24. generate(java.util.Hashtable symbolTable, ValueEntry v, java.io.PrintWriter str)private static java.lang.StringValueGen. getConcreteBaseTypeCode(ValueEntry vt)private static java.lang.StringValueGen. getValueModifier(ValueEntry vt)
-