public class JvmCallCfaEdge extends JvmCfaEdge implements CallEdge
JvmCfaEdge
representing a call to another method, linking to the first node of the
called method.Constructor and Description |
---|
JvmCallCfaEdge(Call call)
Create a disconnected JVM CFA call edge.
|
JvmCallCfaEdge(JvmCfaNode source,
JvmCfaNode target,
Call call)
Create a JVM CFA call edge.
|
Modifier and Type | Method and Description |
---|---|
Call |
getCall()
Get the information about the procedure call represented by the edge.
|
MethodSignature |
targetSignature()
Returns the signature of the target method.
|
getSource, getTarget, setSource, setTarget
public JvmCallCfaEdge(Call call)
call
- the call to a methodpublic JvmCallCfaEdge(JvmCfaNode source, JvmCfaNode target, Call call)
source
- the source node of the edgetarget
- the target node of the edgecall
- the call to a methodpublic MethodSignature targetSignature()
JvmCfaEdge
targetSignature
in class JvmCfaEdge