top
|
up
|
prev
|
next
NamespaceVisitor Struct
Definition at line
247
of
StatementBinder.cpp
Constructors
NamespaceVisitor
(
BoundCompileUnit
* cu_,
BoundNamespace
* ns_)
Member Variables
BoundCompileUnit
*
cu
BoundNamespace
*
ns
Constructor Details
NamespaceVisitor Constructor
cmajor::binder::NamespaceVisitor::NamespaceVisitor(
BoundCompileUnit
* cu_,
BoundNamespace
* ns_)
Definition at line
249
of
StatementBinder.cpp
:
249
:
cu
(
cu_
)
,
ns
(
ns_
)
250
{
251
cu
->
PushNamespace
(
ns
)
;
252
}
top
|
up
|
prev
|
next