dil ~master (2015-07-05T21:12:10Z)
Home
Dub
Repo
ScopeSymbol.this
dil
semantic
Symbols
ScopeSymbol
Constructs a ScopeSymbol object with the SYM.Scope ID.
this
(
SYM
sid
,
Identifier
*
name
,
SLoc
loc
)
this
(
Identifier
*
name
=
Ident
.
Empty
,
SLoc
loc
=
SLoc
.
init
)
class
ScopeSymbol
this
(
Identifier
*
name
=
Ident.Empty
,
SLoc
loc
=
SLoc.init
)
Meta
Source
See Implementation
dil
semantic
Symbols
ScopeSymbol
constructors
this
functions
insert
lookup
variables
members
symbolTable
Constructs a ScopeSymbol object with the SYM.Scope ID.