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

Method getString

src/main/java/pascal/taie/ir/exp/StringLiteral.java:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 public String getString() {
51 return value;
52 }
53
54 @Override
55 public <T> T accept(ExpVisitor<T> visitor) {

Callers 15

ThrowAnalysisMethod · 0.45
ResultProcessorMethod · 0.45
setOutputMethod · 0.45
readInputsMethod · 0.45
CallGraphBuilderMethod · 0.45
CFGBuilderMethod · 0.45
setPluginMethod · 0.45
processMethod · 0.45
setSolverMethod · 0.45
setSolverMethod · 0.45
setSolverMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected