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.
1 parent 552e156 commit dd8af3bCopy full SHA for dd8af3b
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