public final class ConstantFloat extends Constant implements ConstantObject
Constant and represents a reference to a float object.Constant| Constructor and Description |
|---|
ConstantFloat(ConstantFloat c)
Initialize from another object.
|
ConstantFloat(float bytes) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v)
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.
|
void |
dump(DataOutputStream file)
Dump constant float to file stream in binary format.
|
float |
getBytes() |
Object |
getConstantValue(ConstantPool cp) |
void |
setBytes(float bytes) |
String |
toString() |
clone, copy, equals, getComparator, getTag, hashCode, readConstant, setComparatorpublic ConstantFloat(ConstantFloat c)
public ConstantFloat(float bytes)
bytes - Datapublic void accept(Visitor v)
public void dump(DataOutputStream file) throws IOException
dump in class Constantfile - Output file streamIOException - if an I/O error occurs.public float getBytes()
public Object getConstantValue(ConstantPool cp)
getConstantValue in interface ConstantObjectpublic void setBytes(float bytes)
bytes - the raw bytes that represent this floatCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.