Public Methods | |
ConstantFloat (float bytes) | |
ConstantFloat (ConstantFloat c) | |
void | accept (Visitor v) |
final void | dump (DataOutputStream file) throws IOException |
final float | getBytes () |
final void | setBytes (float bytes) |
final String | toString () |
ConstantFloat (float bytes) | |
ConstantFloat (ConstantFloat c) | |
void | accept (Visitor v) |
final void | dump (DataOutputStream file) throws IOException |
final float | getBytes () |
final void | setBytes (float bytes) |
final String | toString () |
Private Methods | |
ConstantFloat (DataInputStream file) throws IOException | |
ConstantFloat (DataInputStream file) throws IOException | |
Private Attributes | |
float | bytes |
Definition at line 15 of file lib/jpf/de/fub/bytecode/classfile/ConstantFloat.java.
|
Definition at line 21 of file lib/jpf/de/fub/bytecode/classfile/ConstantFloat.java. |
|
Initialize from another object. Note that both objects use the same references (shallow copy). Use clone() for a physical copy. Definition at line 30 of file lib/jpf/de/fub/bytecode/classfile/ConstantFloat.java. |
|
Initialize instance from file data.
Definition at line 39 of file lib/jpf/de/fub/bytecode/classfile/ConstantFloat.java. |
|
Definition at line 21 of file src/de/fub/bytecode/classfile/ConstantFloat.java. |
|
Initialize from another object. Note that both objects use the same references (shallow copy). Use clone() for a physical copy. Definition at line 30 of file src/de/fub/bytecode/classfile/ConstantFloat.java. |
|
Initialize instance from file data.
Definition at line 39 of file src/de/fub/bytecode/classfile/ConstantFloat.java. |
|
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class. I.e., the hierarchy of methods, fields, attributes, etc. spawns a tree of objects.
Reimplemented from Constant. Definition at line 50 of file src/de/fub/bytecode/classfile/ConstantFloat.java. |
|
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class. I.e., the hierarchy of methods, fields, attributes, etc. spawns a tree of objects.
Reimplemented from Constant. Definition at line 50 of file lib/jpf/de/fub/bytecode/classfile/ConstantFloat.java. |
|
Dump constant float to file stream in binary format.
Reimplemented from Constant. Definition at line 59 of file src/de/fub/bytecode/classfile/ConstantFloat.java. |
|
Dump constant float to file stream in binary format.
Reimplemented from Constant. Definition at line 59 of file lib/jpf/de/fub/bytecode/classfile/ConstantFloat.java. |
|
Definition at line 67 of file src/de/fub/bytecode/classfile/ConstantFloat.java. |
|
Definition at line 67 of file lib/jpf/de/fub/bytecode/classfile/ConstantFloat.java. Referenced by ConstantFloat(), and ConstantPoolGen::lookupFloat().
|
|
Definition at line 71 of file src/de/fub/bytecode/classfile/ConstantFloat.java. |
|
Definition at line 71 of file lib/jpf/de/fub/bytecode/classfile/ConstantFloat.java. |
|
Reimplemented from Constant. Definition at line 77 of file src/de/fub/bytecode/classfile/ConstantFloat.java. |
|
Reimplemented from Constant. Definition at line 77 of file lib/jpf/de/fub/bytecode/classfile/ConstantFloat.java. |