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

Method isConst

src/main/java/pascal/taie/ir/exp/Var.java:125–127  ·  view source on GitHub ↗

@return true if this variable is a (temporary) variable generated for holding constant value, otherwise false.

()

Source from the content-addressed store, hash-verified

123 * generated for holding constant value, otherwise false.
124 */
125 public boolean isConst() {
126 return constValue != null;
127 }
128
129 /**
130 * @return the constant value held by this variable.

Callers 9

onStartMethod · 0.95
getConstValueMethod · 0.95
methodInvokeMethod · 0.95
computeTypeInfoMethod · 0.95
getArrayLengthMethod · 0.95
onNewPointsToSetMethod · 0.80
getMethod · 0.80
updateMethod · 0.80
IsApplicationStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected