Searched defs:ValueEntry (Results 1 - 2 of 2) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DValueEntry.java50 public class ValueEntry extends InterfaceEntry class in inherits:InterfaceEntry
52 protected ValueEntry () method in class:ValueEntry
57 protected ValueEntry (ValueEntry that) method in class:ValueEntry
67 protected ValueEntry (SymtabEntry that, IDLID clone) method in class:ValueEntry
74 return new ValueEntry (this);
233 ((ValueEntry)baseClasses.elementAt (0)).calcRepId (repId);
240 private void calcValueType (ValueEntry entry, ValueRepositoryId repId)
298 else if (entry instanceof ValueEntry)
299 calcValueType ( (ValueEntry) entr
[all...]
/openjdk7/jdk/src/share/classes/sun/misc/
H A DProxyGenerator.java1865 short i = addEntry(new ValueEntry(key));
1900 * ValueEntry represents a constant pool entry of a type that
1904 * ValueEntry objects are not used as keys for their entries in the
1907 private static class ValueEntry extends Entry { class in class:ProxyGenerator.ConstantPool
1910 public ValueEntry(Object value) { method in class:ProxyGenerator.ConstantPool.ValueEntry

Completed in 26 milliseconds