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

Method isFunctional

src/main/java/pascal/taie/analysis/pta/core/heap/Obj.java:61–63  ·  view source on GitHub ↗

An object is functional means that it can hold fields (or array indexes). @return true if this is a function Obj.

()

Source from the content-addressed store, hash-verified

59 * @return {@code true} if this is a function {@link Obj}.
60 */
61 public boolean isFunctional() {
62 return true;
63 }
64
65 /**
66 * @return the type of the object.

Callers 4

processInstanceStoreMethod · 0.45
processInstanceLoadMethod · 0.45
processArrayStoreMethod · 0.45
processArrayLoadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected