Public Methods | |
ConstantUtf8 (ConstantUtf8 c) | |
ConstantUtf8 (String bytes) | |
void | accept (Visitor v) |
final void | dump (DataOutputStream file) throws IOException |
final String | getBytes () |
final void | setBytes (String bytes) |
final String | toString () |
ConstantUtf8 (ConstantUtf8 c) | |
ConstantUtf8 (String bytes) | |
void | accept (Visitor v) |
final void | dump (DataOutputStream file) throws IOException |
final String | getBytes () |
final void | setBytes (String bytes) |
final String | toString () |
Private Methods | |
ConstantUtf8 (DataInputStream file) throws IOException | |
ConstantUtf8 (DataInputStream file) throws IOException | |
Private Attributes | |
String | bytes |
Definition at line 15 of file lib/jpf/de/fub/bytecode/classfile/ConstantUtf8.java.
|
Initialize from another object. Definition at line 21 of file lib/jpf/de/fub/bytecode/classfile/ConstantUtf8.java. |
|
Initialize instance from file data.
Definition at line 30 of file lib/jpf/de/fub/bytecode/classfile/ConstantUtf8.java. |
|
Definition at line 39 of file lib/jpf/de/fub/bytecode/classfile/ConstantUtf8.java. |
|
Initialize from another object. Definition at line 21 of file src/de/fub/bytecode/classfile/ConstantUtf8.java. |
|
Initialize instance from file data.
Definition at line 30 of file src/de/fub/bytecode/classfile/ConstantUtf8.java. |
|
Definition at line 39 of file src/de/fub/bytecode/classfile/ConstantUtf8.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 51 of file src/de/fub/bytecode/classfile/ConstantUtf8.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 51 of file lib/jpf/de/fub/bytecode/classfile/ConstantUtf8.java. |
|
Dump String in Utf8 format to file stream.
Reimplemented from Constant. Definition at line 60 of file src/de/fub/bytecode/classfile/ConstantUtf8.java. |
|
Dump String in Utf8 format to file stream.
Reimplemented from Constant. Definition at line 60 of file lib/jpf/de/fub/bytecode/classfile/ConstantUtf8.java. |
|
Definition at line 68 of file src/de/fub/bytecode/classfile/ConstantUtf8.java. |
|
Definition at line 68 of file lib/jpf/de/fub/bytecode/classfile/ConstantUtf8.java. Referenced by ConstantPoolGen::ConstantPoolGen(), ConstantUtf8(), and ConstantPoolGen::lookupUtf8().
|
|
Definition at line 72 of file src/de/fub/bytecode/classfile/ConstantUtf8.java. |
|
Definition at line 72 of file lib/jpf/de/fub/bytecode/classfile/ConstantUtf8.java. |
|
Reimplemented from Constant. Definition at line 78 of file src/de/fub/bytecode/classfile/ConstantUtf8.java. |
|
Reimplemented from Constant. Definition at line 78 of file lib/jpf/de/fub/bytecode/classfile/ConstantUtf8.java. |