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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.chaoswg.xtc4y.classdesc.ConstantPoolEntry
      extended bycom.chaoswg.xtc4y.classdesc.RefCPEntry
          extended bycom.chaoswg.xtc4y.classdesc.FieldrefCPEntry

public class FieldrefCPEntry
extends RefCPEntry

this class represent a Fieldref constant pool entry. No setter methods are implemented because the values may be changed in the returned constant pool entries.


Field Summary
static byte TAG
          The tag identifying a Fieldref cp entry
 
Fields inherited from class com.chaoswg.xtc4y.classdesc.RefCPEntry
 
Fields inherited from class com.chaoswg.xtc4y.classdesc.ConstantPoolEntry
 
Constructor Summary
  FieldrefCPEntry(ClassCPEntry classCP, NameAndTypeCPEntry natCP)
          Create a fieldref entry
protected FieldrefCPEntry(java.io.DataInputStream dis)
          Creates a FielrefCPEntry and initializes it from a DataInputStream
 
Methods inherited from class com.chaoswg.xtc4y.classdesc.RefCPEntry
equals, getClassCP, getNameAndTypeCP, resolve, toString, writeCPEntry
 
Methods inherited from class com.chaoswg.xtc4y.classdesc.ConstantPoolEntry
getTag, getUsedCPSpace, write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TAG

public static final byte TAG
The tag identifying a Fieldref cp entry

See Also:
Constant Field Values
Constructor Detail

FieldrefCPEntry

public FieldrefCPEntry(ClassCPEntry classCP,
                       NameAndTypeCPEntry natCP)
Create a fieldref entry


FieldrefCPEntry

protected FieldrefCPEntry(java.io.DataInputStream dis)
                   throws java.io.IOException
Creates a FielrefCPEntry and initializes it from a DataInputStream