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

Method isNative

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

Source from the content-addressed store, hash-verified

102 }
103
104 public boolean isNative() {
105 return Modifier.hasNative(modifiers);
106 }
107
108 public boolean isConstructor() {
109 return name.equals(MethodNames.INIT);

Callers 5

getIRMethod · 0.95
CachedIRBuilderMethod · 0.80
buildAllMethod · 0.80
convertMethod · 0.80
buildAllMethod · 0.80

Calls 1

hasNativeMethod · 0.95

Tested by

no test coverage detected