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