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

Method isSynthetic

src/main/java/pascal/taie/language/classes/JClass.java:206–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

204 }
205
206 public boolean isSynthetic() {
207 return Modifier.hasSynthetic(modifiers);
208 }
209
210 @Nullable
211 public JClass getSuperClass() {

Callers 1

convertMethod · 0.80

Calls 1

hasSyntheticMethod · 0.95

Tested by

no test coverage detected