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

Method getType

src/main/java/pascal/taie/ir/exp/Var.java:116–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114 }
115
116 @Override
117 public Type getType() {
118 return type;
119 }
120
121 /**
122 * @return true if this variable is a (temporary) variable

Callers 10

visitMethod · 0.95
onNewCSMethodMethod · 0.95
extractMHVarsMethod · 0.95
onNewCallEdgeMethod · 0.95
computeTypeInfoMethod · 0.95
processCallSourceMethod · 0.95
getBackPropagateStmtsMethod · 0.95
compareAndSwapObjectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected