Modifier and Type | Field and Description |
---|---|
Set |
insns
The instructions that can produce this value.
|
int |
size
The size of this value.
|
Constructor and Description |
---|
SourceValue(int size) |
SourceValue(int size,
AbstractInsnNode insn) |
SourceValue(int size,
Set insns) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object value) |
int |
getSize()
Returns the size of this value in words.
|
int |
hashCode() |
public final int size
public final Set 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, Set insns)
public int getSize()
Value
Copyright © 2018. All rights reserved.