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

Method newVar

src/main/java/pascal/taie/frontend/soot/VarManager.java:138–140  ·  view source on GitHub ↗
(String name, Type type)

Source from the content-addressed store, hash-verified

136 }
137
138 private Var newVar(String name, Type type) {
139 return newVar(name, type, null);
140 }
141
142 private Var newVar(String name, Type type, @Nullable Literal literal) {
143 Var var = new Var(method, name, type, varCounter++, literal);

Callers 4

addThisMethod · 0.95
addParamsMethod · 0.95
getVarMethod · 0.95
newConstantVarMethod · 0.95

Calls 1

addMethod · 0.65

Tested by

no test coverage detected