Public Methods | |
ConstantDouble (double bytes) | |
ConstantDouble (ConstantDouble c) | |
void | accept (Visitor v) |
final void | dump (DataOutputStream file) throws IOException |
final double | getBytes () |
final void | setBytes (double bytes) |
final String | toString () |
ConstantDouble (double bytes) | |
ConstantDouble (ConstantDouble c) | |
void | accept (Visitor v) |
final void | dump (DataOutputStream file) throws IOException |
final double | getBytes () |
final void | setBytes (double bytes) |
final String | toString () |
Private Methods | |
ConstantDouble (DataInputStream file) throws IOException | |
ConstantDouble (DataInputStream file) throws IOException | |
Private Attributes | |
double | bytes |
Definition at line 15 of file lib/jpf/de/fub/bytecode/classfile/ConstantDouble.java.
|
Definition at line 21 of file lib/jpf/de/fub/bytecode/classfile/ConstantDouble.java. |
|
Initialize from another object. Definition at line 28 of file lib/jpf/de/fub/bytecode/classfile/ConstantDouble.java. |
|
Initialize instance from file data.
Definition at line 37 of file lib/jpf/de/fub/bytecode/classfile/ConstantDouble.java. |
|
Definition at line 21 of file src/de/fub/bytecode/classfile/ConstantDouble.java. |
|
Initialize from another object. Definition at line 28 of file src/de/fub/bytecode/classfile/ConstantDouble.java. |
|
Initialize instance from file data.
Definition at line 37 of file src/de/fub/bytecode/classfile/ConstantDouble.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 48 of file src/de/fub/bytecode/classfile/ConstantDouble.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 48 of file lib/jpf/de/fub/bytecode/classfile/ConstantDouble.java. |
|
Dump constant double to file stream in binary format.
Reimplemented from Constant. Definition at line 57 of file src/de/fub/bytecode/classfile/ConstantDouble.java. |
|
Dump constant double to file stream in binary format.
Reimplemented from Constant. Definition at line 57 of file lib/jpf/de/fub/bytecode/classfile/ConstantDouble.java. |
|
Definition at line 65 of file src/de/fub/bytecode/classfile/ConstantDouble.java. |
|
Definition at line 65 of file lib/jpf/de/fub/bytecode/classfile/ConstantDouble.java. Referenced by ConstantDouble(), and ConstantPoolGen::lookupDouble().
|
|
Definition at line 69 of file src/de/fub/bytecode/classfile/ConstantDouble.java. |
|
Definition at line 69 of file lib/jpf/de/fub/bytecode/classfile/ConstantDouble.java. |
|
Reimplemented from Constant. Definition at line 75 of file src/de/fub/bytecode/classfile/ConstantDouble.java. |
|
Reimplemented from Constant. Definition at line 75 of file lib/jpf/de/fub/bytecode/classfile/ConstantDouble.java. |