Package qilin.core.pag
Class MethodPAG
java.lang.Object
qilin.core.pag.MethodPAG
Part of a pointer assignment graph for a single method.
- Author:
- Ondrej Lhotak
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
addCallStmt
(InvokableStmt unit) void
addExceptionEdge
(Node from, Node to) void
addInternalEdge
(Node src, Node dst) protected void
void
addTriggeredClinit
(SootMethod clinit) protected void
build()
protected void
protected void
-
Field Details
-
body
-
nodeFactory
-
ptaScene
-
stmt2wrapperedTraps
-
node2wrapperedTraps
-
-
Constructor Details
-
MethodPAG
-
-
Method Details
-
getMethod
-
nodeFactory
-
getInvokeStmts
-
addCallStmt
-
build
protected void build() -
buildNormal
protected void buildNormal() -
buildException
protected void buildException() -
addMiscEdges
protected void addMiscEdges() -
addInternalEdge
-
getInternalReader
-
addTriggeredClinit
-
triggeredClinits
-
addExceptionEdge
-
getExceptionEdges
-