Public Methods | |
ConstantValue (int name_index, int length, int constantvalue_index, ConstantPool constant_pool) | |
ConstantValue (ConstantValue c) | |
void | accept (Visitor v) |
Attribute | copy (ConstantPool constant_pool) |
final void | dump (DataOutputStream file) throws IOException |
final int | getConstantValueIndex () |
final void | setConstantValueIndex (int constantvalue_index) |
final String | toString () throws InternalError |
ConstantValue (int name_index, int length, int constantvalue_index, ConstantPool constant_pool) | |
ConstantValue (ConstantValue c) | |
void | accept (Visitor v) |
Attribute | copy (ConstantPool constant_pool) |
final void | dump (DataOutputStream file) throws IOException |
final int | getConstantValueIndex () |
final void | setConstantValueIndex (int constantvalue_index) |
final String | toString () throws InternalError |
Private Methods | |
ConstantValue (int name_index, int length, DataInputStream file, ConstantPool constant_pool) throws IOException | |
ConstantValue (int name_index, int length, DataInputStream file, ConstantPool constant_pool) throws IOException | |
Static Private Methods | |
final String | convertString (String label) |
Private Attributes | |
int | constantvalue_index |
Definition at line 15 of file lib/jpf/de/fub/bytecode/classfile/ConstantValue.java.
|
Definition at line 24 of file lib/jpf/de/fub/bytecode/classfile/ConstantValue.java. |
|
Construct object from file stream.
Definition at line 39 of file lib/jpf/de/fub/bytecode/classfile/ConstantValue.java. |
|
Initialize from another object. Note that both objects use the same references (shallow copy). Use clone() for a physical copy. Definition at line 48 of file lib/jpf/de/fub/bytecode/classfile/ConstantValue.java. |
|
Definition at line 24 of file src/de/fub/bytecode/classfile/ConstantValue.java. |
|
Construct object from file stream.
Definition at line 39 of file src/de/fub/bytecode/classfile/ConstantValue.java. |
|
Initialize from another object. Note that both objects use the same references (shallow copy). Use clone() for a physical copy. Definition at line 48 of file src/de/fub/bytecode/classfile/ConstantValue.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 Attribute. Definition at line 59 of file src/de/fub/bytecode/classfile/ConstantValue.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 Attribute. Definition at line 59 of file lib/jpf/de/fub/bytecode/classfile/ConstantValue.java. |
|
Escape all occurences of newline chars ' Definition at line 65 of file src/de/fub/bytecode/classfile/ConstantValue.java. |
|
Reimplemented from Attribute. Definition at line 91 of file src/de/fub/bytecode/classfile/ConstantValue.java. |
|
Reimplemented from Attribute. Definition at line 65 of file lib/jpf/de/fub/bytecode/classfile/ConstantValue.java. |
|
Dump constant value attribute to file stream on binary format.
Reimplemented from Attribute. Definition at line 102 of file src/de/fub/bytecode/classfile/ConstantValue.java. |
|
Dump constant value attribute to file stream on binary format.
Reimplemented from Attribute. Definition at line 76 of file lib/jpf/de/fub/bytecode/classfile/ConstantValue.java. |
|
Definition at line 110 of file src/de/fub/bytecode/classfile/ConstantValue.java. |
|
Definition at line 84 of file lib/jpf/de/fub/bytecode/classfile/ConstantValue.java. Referenced by ConstantValue().
|
|
Definition at line 114 of file src/de/fub/bytecode/classfile/ConstantValue.java. |
|
Definition at line 88 of file lib/jpf/de/fub/bytecode/classfile/ConstantValue.java. |
|
Reimplemented from Attribute. Definition at line 120 of file src/de/fub/bytecode/classfile/ConstantValue.java. |
|
Reimplemented from Attribute. Definition at line 94 of file lib/jpf/de/fub/bytecode/classfile/ConstantValue.java. |