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