Skip to content

Commit 2b9c306

Browse files
committed
Add missing QLDoc
1 parent 0f02e9a commit 2b9c306

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

java/ql/lib/semmle/code/java/dataflow/internal/TaintTrackingUtil.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,8 +694,10 @@ abstract class ListOfConstantsComparison extends Guard {
694694
outcome = [true, false]
695695
}
696696

697+
/** Gets the expression that is compared to a list of constants. */
697698
Expr getExpr() { result = e }
698699

700+
/** Gets the value of `this` when `e` is in the list of constants. */
699701
boolean getOutcome() { result = outcome }
700702
}
701703

0 commit comments

Comments
 (0)