BoundConstructionStatement(std::unique_ptr<BoundFunctionCall>&& constructorCall_, const Span& span, const boost::uuids::uuid& moduleId_) |
void | Accept(BoundNodeVisitor& visitor) override |
BoundFunctionCall* | ConstructorCall() |
LocalVariableSymbol* | GetLocalVariable() const |
void | SetLocalVariable(LocalVariableSymbol* localVariable_) |
std::unique_ptr<BoundFunctionCall> | constructorCall |
LocalVariableSymbol* | localVariable |