dlangide v0.7.77 (2017-09-12T14:20:07Z)
Home
Dub
Repo
IntegerLiteralToken.this
ddc
lexer
tokenizer
IntegerLiteralToken
Undocumented in source.
this
()
class
IntegerLiteralToken
this
(
)
this
(SourceFile file, uint line, uint pos, ulong value, bool unsignedFlag, bool longFlag)
Meta
Source
See Implementation
ddc
lexer
tokenizer
IntegerLiteralToken
constructors
this
functions
clone
setFlags
setValue
properties
intValue
isLong
isUnsigned
text
toString
variables
_long
_unsigned
_value