org.apache.bcel.classfile
public class EnclosingMethod extends Attribute
| Constructor Summary | |
|---|---|
| EnclosingMethod(int nameIndex, int len, DataInputStream dis, ConstantPool cpool) | |
| Method Summary | |
|---|---|
| void | accept(Visitor v) |
| Attribute | copy(ConstantPool constant_pool) |
| void | dump(DataOutputStream file) |
| ConstantClass | getEnclosingClass() |
| int | getEnclosingClassIndex() |
| ConstantNameAndType | getEnclosingMethod() |
| int | getEnclosingMethodIndex() |
| void | setEnclosingClassIndex(int idx) |
| void | setEnclosingMethodIndex(int idx) |