Public Methods | |
ConstantLong (long bytes) | |
ConstantLong (ConstantLong c) | |
void | accept (Visitor v) |
final void | dump (DataOutputStream file) throws IOException |
final long | getBytes () |
final void | setBytes (long bytes) |
final String | toString () |
ConstantLong (long bytes) | |
ConstantLong (ConstantLong c) | |
void | accept (Visitor v) |
final void | dump (DataOutputStream file) throws IOException |
final long | getBytes () |
final void | setBytes (long bytes) |
final String | toString () |
Private Methods | |
ConstantLong (DataInputStream file) throws IOException | |
ConstantLong (DataInputStream file) throws IOException | |
Private Attributes | |
long | bytes |
Definition at line 15 of file lib/jpf/de/fub/bytecode/classfile/ConstantLong.java.
|
Definition at line 21 of file lib/jpf/de/fub/bytecode/classfile/ConstantLong.java. |
|
Initialize from another object. Definition at line 29 of file lib/jpf/de/fub/bytecode/classfile/ConstantLong.java. |
|
Initialize instance from file data.
Definition at line 38 of file lib/jpf/de/fub/bytecode/classfile/ConstantLong.java. |
|
Definition at line 21 of file src/de/fub/bytecode/classfile/ConstantLong.java. |
|
Initialize from another object. Definition at line 29 of file src/de/fub/bytecode/classfile/ConstantLong.java. |
|
Initialize instance from file data.
Definition at line 38 of file src/de/fub/bytecode/classfile/ConstantLong.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 49 of file src/de/fub/bytecode/classfile/ConstantLong.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 49 of file lib/jpf/de/fub/bytecode/classfile/ConstantLong.java. |
|
Dump constant long to file stream in binary format.
Reimplemented from Constant. Definition at line 58 of file src/de/fub/bytecode/classfile/ConstantLong.java. |
|
Dump constant long to file stream in binary format.
Reimplemented from Constant. Definition at line 58 of file lib/jpf/de/fub/bytecode/classfile/ConstantLong.java. |
|
Definition at line 66 of file src/de/fub/bytecode/classfile/ConstantLong.java. |
|
Definition at line 66 of file lib/jpf/de/fub/bytecode/classfile/ConstantLong.java. Referenced by ConstantLong(), and ConstantPoolGen::lookupLong().
|
|
Definition at line 70 of file src/de/fub/bytecode/classfile/ConstantLong.java. |
|
Definition at line 70 of file lib/jpf/de/fub/bytecode/classfile/ConstantLong.java. |
|
Reimplemented from Constant. Definition at line 76 of file src/de/fub/bytecode/classfile/ConstantLong.java. |
|
Reimplemented from Constant. Definition at line 76 of file lib/jpf/de/fub/bytecode/classfile/ConstantLong.java. |