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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddCallStmt(InvokableStmt unit) voidaddExceptionEdge(Node from, Node to) voidaddInternalEdge(Node src, Node dst) protected voidvoidaddTriggeredClinit(SootMethod clinit) protected voidbuild()protected voidprotected 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
-