dil ~master (2015-07-05T21:12:10Z)
Home
Dub
Repo
IdTable.isReservedIdentifier
dil
lexer
IdTable
IdTable
Returns true if str is a keyword or a special token (__FILE__, __LINE__ etc.)
class
IdTable
bool
isReservedIdentifier
(
cstring
str
)
Meta
Source
See Implementation
dil
lexer
IdTable
IdTable
constructors
this
functions
genAnonClassID
genAnonEnumID
genAnonStructID
genAnonUnionID
genAnonymousID
genModuleID
inStatic
isReservedIdentifier
isThreadsafe
isValidUnreservedIdentifier
lookup
setThreadsafe
static functions
isIdentifierString
static variables
anonCount
staticTable
variables
growingTable
inGrowing
Returns true if str is a keyword or a special token (__FILE__, __LINE__ etc.)