add doc for IntegerLiteral.getValue

This commit is contained in:
Alex Ford
2021-05-10 11:02:48 +01:00
parent 48add9ffbc
commit 2154b7df30

View File

@@ -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