Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6124940 + dd8af3b commit 785e027Copy full SHA for 785e027
1 file changed
java/ql/lib/semmle/code/java/Type.qll
@@ -422,6 +422,7 @@ class RefType extends Type, Annotatable, Modifiable, @reftype {
422
* This does not include itself, unless this type is part of a cycle
423
* in the type hierarchy.
424
*/
425
+ overlay[caller?]
426
RefType getAStrictAncestor() { result = this.getASupertype().getAnAncestor() }
427
428
/**
0 commit comments