org.apache.tools.ant.taskdefs.optional.depend.constantpool
public class ClassCPInfo extends ConstantPoolEntry
| Constructor Summary | |
|---|---|
| ClassCPInfo()
Constructor. | |
| Method Summary | |
|---|---|
| String | getClassName()
Get the class name of this entry.
|
| void | read(DataInputStream cpStream)
Read the entry from a stream.
|
| void | resolve(ConstantPool constantPool)
Resolve this class info against the given constant pool.
|
| String | toString()
Generate a string readable version of this entry
|
Returns: the class' name.
Parameters: cpStream the stream containing the constant pool entry to be read.
Throws: IOException thrown if there is a problem reading the entry from the stream.
Parameters: constantPool the constant pool with which to resolve the class.
Returns: string representation of this constant pool entry