java.io.Serializable, java.lang.Cloneable, ConstantObject, Nodepublic final class ConstantFloat extends Constant implements ConstantObject
Constant,
Serialized Form| Constructor | Description |
|---|---|
ConstantFloat(float bytes) |
|
ConstantFloat(ConstantFloat c) |
Initialize from another object.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
accept(Visitor v) |
Called by objects that are traversing the nodes of the tree implicitely
defined by the contents of a Java class.
|
void |
dump(java.io.DataOutputStream file) |
Dump constant float to file stream in binary format.
|
float |
getBytes() |
|
java.lang.Object |
getConstantValue(ConstantPool cp) |
|
void |
setBytes(float bytes) |
|
java.lang.String |
toString() |
clone, copy, equals, getComparator, getTag, hashCode, setComparatorpublic ConstantFloat(float bytes)
bytes - Datapublic ConstantFloat(ConstantFloat c)
public void accept(Visitor v)
public final void dump(java.io.DataOutputStream file)
throws java.io.IOException
public final float getBytes()
public final void setBytes(float bytes)
bytes - the raw bytes that represent this floatpublic final java.lang.String toString()
public java.lang.Object getConstantValue(ConstantPool cp)
getConstantValue in interface ConstantObject