top
|
up
|
prev
|
next
BoundEmptyStatement Class
Definition at line
306
of
BoundStatement.hpp
Constructors
BoundEmptyStatement
(
const
Span& span_,
const
boost::uuids::uuid& moduleId_)
Member Functions
void
Accept
(
BoundNodeVisitor
& visitor)
override
Constructor Details
BoundEmptyStatement Constructor
cmajor::binder::BoundEmptyStatement::BoundEmptyStatement(
const
Span& span_,
const
boost::uuids::uuid& moduleId_)
Definition at line
323
of
BoundStatement.cpp
:
323
:
BoundStatement
(
span_
,
moduleId_
,
BoundNodeType
::
boundEmptyStatement
)
324
{
325
}
Declaration at line
309
of
BoundStatement.hpp
Member Function Details
Accept Member Function
void
cmajor::binder::BoundEmptyStatement::Accept(
BoundNodeVisitor
& visitor)
override
Definition at line
327
of
BoundStatement.cpp
:
328
{
329
visitor
.
Visit
(
*
this
)
;
330
}
Declaration at line
310
of
BoundStatement.hpp
Base class overridden functions:
cmajor::binder::BoundNode::Accept
Calls:
cmajor::binder::BoundNodeVisitor::Visit
top
|
up
|
prev
|
next