IntegerLiteralExpr

constructor()(source)
constructor(value: String)(source)


constructor(tokenRange: TokenRange, value: String)(source)

This constructor is used by the parser and is considered private.


constructor(value: Int)(source)

Deprecated

This function is deprecated in favor of IntegerLiteralExpr. Please refer to the asNumber function for valid formats and how to construct literals holding negative values.