Files
codeql/java/ql/test/library-tests/constants/CompileTimeConstantExpr.ql
2022-03-09 10:48:06 -05:00

8 lines
198 B
Plaintext

import java
from CompileTimeConstantExpr constant, RefType tpe
where
constant.getEnclosingCallable().getDeclaringType() = tpe and
tpe.hasQualifiedName("constants", "Constants")
select constant