MCPcopy Create free account
hub / github.com/LFYSec/MScan / getThis

Method getThis

src/main/java/pascal/taie/ir/IR.java:55–55  ·  view source on GitHub ↗

@return the "this" variable in this IR. If the method is static, then returns null.

()

Source from the content-addressed store, hash-verified

53 * If the method is static, then returns null.
54 */
55 @Nullable
56 Var getThis();
57
58 /**

Callers 13

addEntryPointMethod · 0.95
buildMethod · 0.65
newBoundaryFactMethod · 0.65
dumpVariablesMethod · 0.65
ObjectFlowGraphMethod · 0.65
setSolverMethod · 0.65
onNewCSMethodMethod · 0.65
addLambdaCallEdgeMethod · 0.65
addReflectiveCallEdgeMethod · 0.65
dfsMethod · 0.65

Implementers 1

DefaultIRsrc/main/java/pascal/taie/ir/DefaultIR

Calls

no outgoing calls

Tested by

no test coverage detected