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

Method isAbstract

src/main/java/pascal/taie/language/classes/JMethod.java:100–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98 }
99
100 public boolean isAbstract() {
101 return Modifier.hasAbstract(modifiers);
102 }
103
104 public boolean isNative() {
105 return Modifier.hasNative(modifiers);

Callers 5

lookupMethodMethod · 0.95
getIRMethod · 0.95
runMethod · 0.95
csMapByTaintNumMethod · 0.95

Calls 1

hasAbstractMethod · 0.95

Tested by

no test coverage detected