public class JvmAssumeCfaEdge extends JvmInstructionCfaEdge
Constructor and Description |
---|
JvmAssumeCfaEdge(CodeAttribute methodCode,
int offset,
boolean isSatisfied)
Create a disconnected JVM CFA assume branch edge.
|
JvmAssumeCfaEdge(JvmCfaNode source,
JvmCfaNode target,
CodeAttribute methodCode,
int offset,
boolean isSatisfied)
Create a JVM CFA assume branch edge.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isSatisfied()
Returns the assumption on the branch statement result made on this edge.
|
getInstruction, getMethodCode
getSource, getTarget, setSource, setTarget, targetSignature
public JvmAssumeCfaEdge(CodeAttribute methodCode, int offset, boolean isSatisfied)
methodCode
- the code attribute of the method the edge belongs tooffset
- the offset of the instruction represented by the edgeisSatisfied
- an assumption on the branch resultpublic JvmAssumeCfaEdge(JvmCfaNode source, JvmCfaNode target, CodeAttribute methodCode, int offset, boolean isSatisfied)
source
- the source node of the edgetarget
- the target node of the edgemethodCode
- the code attribute of the method the edge belongs tooffset
- the offset of the instruction represented by the edgeisSatisfied
- an assumption on hte branch result