Public Methods | |
Deprecated (int name_index, int length, byte[] bytes, ConstantPool constant_pool) | |
Deprecated (Deprecated c) | |
void | accept (Visitor v) |
Attribute | copy (ConstantPool constant_pool) |
final void | dump (DataOutputStream file) throws IOException |
final byte[] | getBytes () |
final void | setBytes (byte[] bytes) |
final String | toString () |
Deprecated (int name_index, int length, byte[] bytes, ConstantPool constant_pool) | |
Deprecated (Deprecated c) | |
void | accept (Visitor v) |
Attribute | copy (ConstantPool constant_pool) |
final void | dump (DataOutputStream file) throws IOException |
final byte[] | getBytes () |
final void | setBytes (byte[] bytes) |
final String | toString () |
Private Methods | |
Deprecated (int name_index, int length, DataInputStream file, ConstantPool constant_pool) throws IOException | |
Deprecated (int name_index, int length, DataInputStream file, ConstantPool constant_pool) throws IOException | |
Private Attributes | |
byte[] | bytes |
byte[] | bytes |
Definition at line 15 of file lib/jpf/de/fub/bytecode/classfile/Deprecated.java.
|
Definition at line 25 of file lib/jpf/de/fub/bytecode/classfile/Deprecated.java. |
|
Construct object from file stream.
Definition at line 39 of file lib/jpf/de/fub/bytecode/classfile/Deprecated.java. |
|
Initialize from another object. Note that both objects use the same references (shallow copy). Use clone() for a physical copy. Definition at line 54 of file lib/jpf/de/fub/bytecode/classfile/Deprecated.java. |
|
Definition at line 25 of file src/de/fub/bytecode/classfile/Deprecated.java. |
|
Construct object from file stream.
Definition at line 39 of file src/de/fub/bytecode/classfile/Deprecated.java. |
|
Initialize from another object. Note that both objects use the same references (shallow copy). Use clone() for a physical copy. Definition at line 54 of file src/de/fub/bytecode/classfile/Deprecated.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 64 of file src/de/fub/bytecode/classfile/Deprecated.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 64 of file lib/jpf/de/fub/bytecode/classfile/Deprecated.java. |
|
Reimplemented from Attribute. Definition at line 70 of file src/de/fub/bytecode/classfile/Deprecated.java. |
|
Reimplemented from Attribute. Definition at line 70 of file lib/jpf/de/fub/bytecode/classfile/Deprecated.java. |
|
Dump source file attribute to file stream in binary format.
Reimplemented from Attribute. Definition at line 85 of file src/de/fub/bytecode/classfile/Deprecated.java. |
|
Dump source file attribute to file stream in binary format.
Reimplemented from Attribute. Definition at line 85 of file lib/jpf/de/fub/bytecode/classfile/Deprecated.java. |
|
Definition at line 95 of file src/de/fub/bytecode/classfile/Deprecated.java. |
|
Definition at line 95 of file lib/jpf/de/fub/bytecode/classfile/Deprecated.java. Referenced by Deprecated().
|
|
Definition at line 99 of file src/de/fub/bytecode/classfile/Deprecated.java. |
|
Definition at line 99 of file lib/jpf/de/fub/bytecode/classfile/Deprecated.java. |
|
Reimplemented from Attribute. Definition at line 105 of file src/de/fub/bytecode/classfile/Deprecated.java. |
|
Reimplemented from Attribute. Definition at line 105 of file lib/jpf/de/fub/bytecode/classfile/Deprecated.java. |