Class extends/implements
Author: Semmle LGTM
import java
from RefType type
where type.getAStrictAncestor().hasQualifiedName('com.example', 'Class')
select typeDescription
Finds classes/interfaces that extend/implement com.example.Class
import java
from RefType type
where type.getAStrictAncestor().hasQualifiedName('com.example', 'Class')
select typeFinds classes/interfaces that extend/implement com.example.Class