public class JvmAssumeDefaultCfaEdge extends JvmInstructionCfaEdge
Constructor and Description |
---|
JvmAssumeDefaultCfaEdge(CodeAttribute methodCode,
int offset)
Create a disconnected JVM CFA assume default edge.
|
JvmAssumeDefaultCfaEdge(JvmCfaNode source,
JvmCfaNode target,
CodeAttribute methodCode,
int offset)
Create a JVM CFA assume default edge.
|
getInstruction, getMethodCode
getSource, getTarget, setSource, setTarget, targetSignature
public JvmAssumeDefaultCfaEdge(CodeAttribute methodCode, int offset)
methodCode
- the code attribute of the method the edge belongs tooffset
- the offset of the instruction represented by the edgepublic JvmAssumeDefaultCfaEdge(JvmCfaNode source, JvmCfaNode target, CodeAttribute methodCode, int offset)
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 edge