Files
2023-11-21 15:28:12 +00:00

8 lines
155 B
Plaintext

import java
query predicate fields(Field f, Expr init) { f.getInitializer() = init }
from Callable c
where c.fromSource()
select c, c.getDeclaringType()