gnu.bytecode
public class ConstantValueAttr extends Attribute
| Constructor Summary | |
|---|---|
| ConstantValueAttr(Object value) | |
| ConstantValueAttr(int index) | |
| Method Summary | |
|---|---|
| void | assignConstants(ClassType cl) |
| int | getLength() |
| Object | getValue(ConstantPool cpool) |
| void | print(ClassTypeWriter dst) |
| void | write(DataOutputStream dstr) |