mirror of
https://github.com/github/codeql.git
synced 2026-02-19 16:33:40 +01:00
add doc for IntegerLiteral.getValue
This commit is contained in:
@@ -47,6 +47,7 @@ class IntegerLiteral extends NumericLiteral, TIntegerLiteral {
|
||||
|
||||
final override string getValueText() { result = g.getValue() }
|
||||
|
||||
/** Gets the numerical value of this integer literal. */
|
||||
final int getValue() {
|
||||
exists(string s, string values, string str |
|
||||
s = this.getValueText().toLowerCase() and
|
||||
|
||||
Reference in New Issue
Block a user