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

8 lines
148 B
Plaintext

import java
from ClassObject co, Field f
where
co.fromSource() and
f = co.getInstance()
select co, f, concat(f.getAModifier().toString(), ",")