Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.chaoswg.xtc4y.classdesc
Class ShortValueCPEntry  view ShortValueCPEntry download ShortValueCPEntry.java

java.lang.Object
  extended bycom.chaoswg.xtc4y.classdesc.ConstantPoolEntry
      extended bycom.chaoswg.xtc4y.classdesc.ValueCPEntry
          extended bycom.chaoswg.xtc4y.classdesc.ShortValueCPEntry
Direct Known Subclasses:
FloatCPEntry, IntegerCPEntry, StringCPEntry

public abstract class ShortValueCPEntry
extends ValueCPEntry

This abstract class is just used to identify a short value constant pool entry. a short value cp entry max be a float, int, short, byte, char, boolean or a String. More informations about the mappping of these types to the cp entry is shown in Table 4.6 in §4.7.2


Field Summary
 
Fields inherited from class com.chaoswg.xtc4y.classdesc.ConstantPoolEntry
 
Constructor Summary
protected ShortValueCPEntry(byte tag)
          Create a short value entry with a tag, representing the type
 
Methods inherited from class com.chaoswg.xtc4y.classdesc.ConstantPoolEntry
getTag, getUsedCPSpace, resolve, write, writeCPEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShortValueCPEntry

protected ShortValueCPEntry(byte tag)
Create a short value entry with a tag, representing the type