Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2154b7d

Browse files
committed
add doc for IntegerLiteral.getValue
1 parent 48add9f commit 2154b7d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ql/src/codeql_ruby/ast/Literal.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ class IntegerLiteral extends NumericLiteral, TIntegerLiteral {
4747

4848
final override string getValueText() { result = g.getValue() }
4949

50+
/** Gets the numerical value of this integer literal. */
5051
final int getValue() {
5152
exists(string s, string values, string str |
5253
s = this.getValueText().toLowerCase() and

0 commit comments

Comments
 (0)