Public Methods | |
Unknown (int name_index, int length, byte[] bytes, ConstantPool constant_pool) | |
Unknown (Unknown c) | |
void | accept (Visitor v) |
Attribute | copy (ConstantPool constant_pool) |
final void | dump (DataOutputStream file) throws IOException |
final byte[] | getBytes () |
final String | getName () |
final void | setBytes (byte[] bytes) |
final String | toString () |
Unknown (int name_index, int length, byte[] bytes, ConstantPool constant_pool) | |
Unknown (Unknown c) | |
void | accept (Visitor v) |
Attribute | copy (ConstantPool constant_pool) |
final void | dump (DataOutputStream file) throws IOException |
final byte[] | getBytes () |
final String | getName () |
final void | setBytes (byte[] bytes) |
final String | toString () |
Private Methods | |
Unknown (int name_index, int length, DataInputStream file, ConstantPool constant_pool) throws IOException | |
Unknown (int name_index, int length, DataInputStream file, ConstantPool constant_pool) throws IOException | |
Static Private Methods | |
Unknown[] | getUnknownAttributes () |
Unknown[] | getUnknownAttributes () |
Private Attributes | |
byte[] | bytes |
String | name |
byte[] | bytes |
Static Private Attributes | |
Hashtable | unknown_attributes = new Hashtable() |
Definition at line 16 of file lib/jpf/de/fub/bytecode/classfile/Unknown.java.
|
Create a non-standard attribute.
Definition at line 30 of file lib/jpf/de/fub/bytecode/classfile/Unknown.java. |
|
Construct object from file stream.
Definition at line 48 of file lib/jpf/de/fub/bytecode/classfile/Unknown.java. |
|
Initialize from another object. Note that both objects use the same references (shallow copy). Use clone() for a physical copy. Definition at line 63 of file lib/jpf/de/fub/bytecode/classfile/Unknown.java. |
|
Create a non-standard attribute.
Definition at line 30 of file src/de/fub/bytecode/classfile/Unknown.java. |
|
Construct object from file stream.
Definition at line 48 of file src/de/fub/bytecode/classfile/Unknown.java. |
|
Initialize from another object. Note that both objects use the same references (shallow copy). Use clone() for a physical copy. Definition at line 63 of file src/de/fub/bytecode/classfile/Unknown.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 73 of file src/de/fub/bytecode/classfile/Unknown.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 73 of file lib/jpf/de/fub/bytecode/classfile/Unknown.java. |
|
Reimplemented from Attribute. Definition at line 79 of file src/de/fub/bytecode/classfile/Unknown.java. |
|
Reimplemented from Attribute. Definition at line 79 of file lib/jpf/de/fub/bytecode/classfile/Unknown.java. |
|
Dump unknown bytes to file stream.
Reimplemented from Attribute. Definition at line 94 of file src/de/fub/bytecode/classfile/Unknown.java. |
|
Dump unknown bytes to file stream.
Reimplemented from Attribute. Definition at line 94 of file lib/jpf/de/fub/bytecode/classfile/Unknown.java. |
|
Definition at line 103 of file src/de/fub/bytecode/classfile/Unknown.java. |
|
Definition at line 103 of file lib/jpf/de/fub/bytecode/classfile/Unknown.java. Referenced by Unknown().
|
|
Definition at line 107 of file src/de/fub/bytecode/classfile/Unknown.java. |
|
Definition at line 107 of file lib/jpf/de/fub/bytecode/classfile/Unknown.java. |
|
Definition at line 110 of file src/de/fub/bytecode/classfile/Unknown.java. |
|
Definition at line 110 of file lib/jpf/de/fub/bytecode/classfile/Unknown.java. |
|
Definition at line 123 of file src/de/fub/bytecode/classfile/Unknown.java. |
|
Definition at line 123 of file lib/jpf/de/fub/bytecode/classfile/Unknown.java. |
|
Reimplemented from Attribute. Definition at line 129 of file src/de/fub/bytecode/classfile/Unknown.java. |
|
Reimplemented from Attribute. Definition at line 129 of file lib/jpf/de/fub/bytecode/classfile/Unknown.java. |