| 限定符和类型 | 字段和说明 |
|---|---|
java.util.Set<AbstractInsnNode> |
insns
The instructions that can produce this value.
|
int |
size
The size of this value.
|
| 构造器和说明 |
|---|
SourceValue(int size) |
SourceValue(int size,
AbstractInsnNode insn) |
SourceValue(int size,
java.util.Set<AbstractInsnNode> insns) |
public final int size
public final java.util.Set<AbstractInsnNode> insns
1: i = 0;
2: if (...) {
3: i = 1;
4: }
5: return i;
This field is a set of AbstractInsnNode objects.public SourceValue(int size)
public SourceValue(int size,
AbstractInsnNode insn)
public SourceValue(int size,
java.util.Set<AbstractInsnNode> insns)