dlangide v0.7.77 (2017-09-12T14:20:07Z)
Home
Dub
Repo
IntegerLiteralToken.setValue
ddc
lexer
tokenizer
IntegerLiteralToken
Undocumented in source. Be warned that the author may not have intended to support it.
class
IntegerLiteralToken
void
setValue
(
ulong
value
,
bool
unsignedFlag
= false
,
bool
longFlag
= false
)
Meta
Source
See Implementation
ddc
lexer
tokenizer
IntegerLiteralToken
constructors
this
functions
clone
setFlags
setValue
properties
intValue
isLong
isUnsigned
text
toString
variables
_long
_unsigned
_value