We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a78075 commit 09a8731Copy full SHA for 09a8731
java/ql/src/semmle/code/java/Reflection.qll
@@ -47,6 +47,9 @@ private XMLElement elementReferencingType(RefType rt) {
47
}
48
49
abstract private class ReflectiveClassIdentifier extends Expr {
50
+ /**
51
+ * Gets the type of a class identified by this expression.
52
+ */
53
abstract RefType getReflectivelyIdentifiedClass();
54
55
0 commit comments