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 class
ValueBoxEntry
This is the symbol table entry for valuesBoxes.Methods in com.sun.tools.corba.ee.idl that return ValueEntry Modifier and Type Method Description ValueEntry
DefaultSymtabFactory. valueEntry()
ValueEntry
DefaultSymtabFactory. valueEntry(ModuleEntry container, IDLID id)
ValueEntry
SymtabFactory. valueEntry()
ValueEntry
SymtabFactory. valueEntry(ModuleEntry container, IDLID id)
Methods in com.sun.tools.corba.ee.idl with parameters of type ValueEntry Modifier and Type Method Description private void
Parser. addDeclarators(ValueEntry entry, TypedefEntry typedefEntry, boolean isPublic)
void
Noop. generate(java.util.Hashtable symbolTable, ValueEntry entry, java.io.PrintWriter stream)
void
ValueGen. generate(java.util.Hashtable symbolTable, ValueEntry entry, java.io.PrintWriter stream)
private void
Parser. initDcl(ValueEntry entry)
private void
Parser. valueDcl(ValueEntry entry)
private void
Parser. valueElement(ValueEntry entry)
private void
Parser. valueInheritanceSpec(ValueEntry entry)
private void
Parser. valueStateMember(ValueEntry entry)
private void
Parser. 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 ValueEntry
ValueGen. v
Methods in com.sun.tools.corba.ee.idl.toJavaPortable with parameters of type ValueEntry Modifier and Type Method Description void
ValueGen. generate(java.util.Hashtable symbolTable, ValueEntry v, java.io.PrintWriter str)
void
ValueGen24. generate(java.util.Hashtable symbolTable, ValueEntry v, java.io.PrintWriter str)
private static java.lang.String
ValueGen. getConcreteBaseTypeCode(ValueEntry vt)
private static java.lang.String
ValueGen. getValueModifier(ValueEntry vt)
-