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

Method newReturn

src/main/java/pascal/taie/ir/IRBuildHelper.java:126–128  ·  view source on GitHub ↗

@return a new return statement of the IR being built.

()

Source from the content-addressed store, hash-verified

124 * @return a new return statement of the IR being built.
125 */
126 public Return newReturn() {
127 return returnVar != null ? new Return(returnVar) : new Return();
128 }
129
130 /**
131 * Builds an emtpy IR which contains only a {@link Return} statement.

Callers 6

buildEmptyMethod · 0.95
initModelsMethod · 0.95
storeStaticFieldMethod · 0.95
invokeVirtualMethodMethod · 0.95
allocateObjectMethod · 0.95
allocateArrayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected