Skip to content

Commit 09a8731

Browse files
committed
Add missing qldoc
1 parent 8a78075 commit 09a8731

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

java/ql/src/semmle/code/java/Reflection.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ private XMLElement elementReferencingType(RefType rt) {
4747
}
4848

4949
abstract private class ReflectiveClassIdentifier extends Expr {
50+
/**
51+
* Gets the type of a class identified by this expression.
52+
*/
5053
abstract RefType getReflectivelyIdentifiedClass();
5154
}
5255

0 commit comments

Comments
 (0)