Constant
and represents a reference to a float object.
Constant
Modifier and Type | Field and Description |
---|---|
private float |
Access | Constructor and Description |
---|---|
public | |
pack-priv | |
public |
Modifier and Type | Method and Description |
---|---|
public void | accept(final Visitor
Visitor object v)Implements abstract com. Implements com. Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class. |
public void | dump(final DataOutputStream
Output file stream file)Implements abstract com. Dump constant float to file stream in binary format. |
public float | |
public Object | Returns: Float objectImplements com.
|
public void | |
public String | Returns: String representation.Overrides com. Returns a string representation of the object. |
bytes | back to summary |
---|---|
private float bytes |
ConstantFloat | back to summary |
---|---|
public ConstantFloat(final ConstantFloat c) Initialize from another object. Note that both objects use the same references (shallow copy). Use clone() for a physical copy.
|
ConstantFloat | back to summary |
---|---|
pack-priv ConstantFloat(final DataInput file) throws IOException Initialize instance from file data.
|
ConstantFloat | back to summary |
---|---|
public ConstantFloat(final float bytes)
|
accept | back to summary |
---|---|
public void accept(final Visitor v) Implements abstract com. Implements com. Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class. I.e., the hierarchy of methods, fields, attributes, etc. spawns a tree of objects. |
dump | back to summary |
---|---|
public void dump(final DataOutputStream file) throws IOException Implements abstract com. Dump constant float to file stream in binary format.
|
getBytes | back to summary |
---|---|
public float getBytes()
|
getConstantValue | back to summary |
---|---|
public Object getConstantValue(final ConstantPool cp) Implements com. |
setBytes | back to summary |
---|---|
public void setBytes(final float bytes)
|
toString | back to summary |
---|---|
public String toString() Overrides com. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- |