Top Description Constructors Methods
org.apache.tools.ant.taskdefs.optional.depend.constantpool

public Class DoubleCPInfo

extends ConstantCPInfo
Class Inheritance
Imports
java.io.DataInputStream, .IOException

The constant pool entry subclass used to represent double constant values.

Constructor Summary

AccessConstructor and Description
public
DoubleCPInfo()

Constructor

Method Summary

Modifier and TypeMethod and Description
public void
read(DataInputStream
the DataInputStream which contains the constant pool entry to be read.
cpStream
)

Implements abstract org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPoolEntry.read.

read a constant pool entry from a class stream.
public String

Returns:

the string representation of this constant pool entry.
toString
()

Overrides java.lang.Object.toString.

Print a readable version of the constant pool entry.
Inherited from org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantCPInfo:
getValuesetValue

Constructor Detail

DoubleCPInfoback to summary
public DoubleCPInfo()

Constructor

Method Detail

readback to summary
public void read(DataInputStream cpStream) throws IOException

Implements abstract org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPoolEntry.read.

read a constant pool entry from a class stream.

Parameters
cpStream:DataInputStream

the DataInputStream which contains the constant pool entry to be read.

Annotations
@Override
Exceptions
IOException:
if there is a problem reading the entry from the stream.
toStringback to summary
public String toString()

Overrides java.lang.Object.toString.

Print a readable version of the constant pool entry.

Returns:String

the string representation of this constant pool entry.

Annotations
@Override