Compare commits

...

1 Commits

Author SHA1 Message Date
idrissrio
fac2beac13 Java: remove isImplict() 2025-09-08 08:16:49 +02:00

View File

@@ -703,12 +703,6 @@ class Class extends ClassOrInterface {
/** Holds if this class is an implicit class (compact source file). */
predicate isImplicit() { isImplicitClass(this.getSourceDeclaration()) }
/** Holds if this is an auxiliary program element generated by the compiler. */
override predicate isCompilerGenerated() {
super.isCompilerGenerated() or
this.isImplicit()
}
/**
* Gets an annotation that applies to this class.
*