dlangide v0.7.6 (2016-09-15T14:12:00Z)
Home
Dub
Repo
IntegerLiteralToken.this
ddc
lexer
tokenizer
IntegerLiteralToken
Undocumented in source.
this
()
this
(SourceFile file, uint line, uint pos, ulong value, bool unsignedFlag, bool longFlag)
class
IntegerLiteralToken
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