mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
8 lines
265 B
Plaintext
8 lines
265 B
Plaintext
import java
|
|
|
|
from AnonymousClass c, LocalTypeDeclStmt stmt
|
|
where c.fromSource() and stmt.getLocalType() = c
|
|
select c, c.getClassInstanceExpr(),
|
|
c.getClassInstanceExpr().getConstructor().getDeclaringType().getName(),
|
|
c.getClassInstanceExpr().getTypeName(), stmt
|