Public Methods | |
SourceFile (int name_index, int length, int sourcefile_index, ConstantPool constant_pool) | |
SourceFile (SourceFile c) | |
void | accept (Visitor v) |
Attribute | copy (ConstantPool constant_pool) |
final void | dump (DataOutputStream file) throws IOException |
final int | getSourceFileIndex () |
final String | getSourceFileName () |
final void | setSourceFileIndex (int sourcefile_index) |
final String | toString () |
SourceFile (int name_index, int length, int sourcefile_index, ConstantPool constant_pool) | |
SourceFile (SourceFile c) | |
void | accept (Visitor v) |
Attribute | copy (ConstantPool constant_pool) |
final void | dump (DataOutputStream file) throws IOException |
final int | getSourceFileIndex () |
final String | getSourceFileName () |
final void | setSourceFileIndex (int sourcefile_index) |
final String | toString () |
Private Methods | |
SourceFile (int name_index, int length, DataInputStream file, ConstantPool constant_pool) throws IOException | |
SourceFile (int name_index, int length, DataInputStream file, ConstantPool constant_pool) throws IOException | |
Private Attributes | |
int | sourcefile_index |
Definition at line 15 of file lib/jpf/de/fub/bytecode/classfile/SourceFile.java.
|
Definition at line 24 of file lib/jpf/de/fub/bytecode/classfile/SourceFile.java. |
|
Construct object from file stream.
Definition at line 38 of file lib/jpf/de/fub/bytecode/classfile/SourceFile.java. |
|
Initialize from another object. Note that both objects use the same references (shallow copy). Use clone() for a physical copy. Definition at line 47 of file lib/jpf/de/fub/bytecode/classfile/SourceFile.java. |
|
Definition at line 24 of file src/de/fub/bytecode/classfile/SourceFile.java. |
|
Construct object from file stream.
Definition at line 38 of file src/de/fub/bytecode/classfile/SourceFile.java. |
|
Initialize from another object. Note that both objects use the same references (shallow copy). Use clone() for a physical copy. Definition at line 47 of file src/de/fub/bytecode/classfile/SourceFile.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 58 of file src/de/fub/bytecode/classfile/SourceFile.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 58 of file lib/jpf/de/fub/bytecode/classfile/SourceFile.java. |
|
Reimplemented from Attribute. Definition at line 64 of file src/de/fub/bytecode/classfile/SourceFile.java. |
|
Reimplemented from Attribute. Definition at line 64 of file lib/jpf/de/fub/bytecode/classfile/SourceFile.java. |
|
Dump source file attribute to file stream in binary format.
Reimplemented from Attribute. Definition at line 73 of file src/de/fub/bytecode/classfile/SourceFile.java. |
|
Dump source file attribute to file stream in binary format.
Reimplemented from Attribute. Definition at line 73 of file lib/jpf/de/fub/bytecode/classfile/SourceFile.java. |
|
Definition at line 81 of file src/de/fub/bytecode/classfile/SourceFile.java. |
|
Definition at line 81 of file lib/jpf/de/fub/bytecode/classfile/SourceFile.java. Referenced by SourceFile().
|
|
Definition at line 85 of file src/de/fub/bytecode/classfile/SourceFile.java. |
|
Definition at line 85 of file lib/jpf/de/fub/bytecode/classfile/SourceFile.java. |
|
Definition at line 93 of file src/de/fub/bytecode/classfile/SourceFile.java. |
|
Definition at line 93 of file lib/jpf/de/fub/bytecode/classfile/SourceFile.java. |
|
Reimplemented from Attribute. Definition at line 99 of file src/de/fub/bytecode/classfile/SourceFile.java. |
|
Reimplemented from Attribute. Definition at line 99 of file lib/jpf/de/fub/bytecode/classfile/SourceFile.java. |