gnu.bytecode
public class SourceFileAttr extends Attribute
| Constructor Summary | |
|---|---|
| SourceFileAttr(String filename) | |
| SourceFileAttr(int index, ClassType ctype) | |
| Method Summary | |
|---|---|
| void | assignConstants(ClassType cl) |
| static String | fixSourceFile(String fname) |
| int | getLength() |
| String | getSourceFile() |
| void | print(ClassTypeWriter dst) |
| void | setSourceFile(String filename) |
| static void | setSourceFile(ClassType cl, String filename) |
| void | write(DataOutputStream dstr) |