BoundGotoStatement(const Span& span_, const boost::uuids::uuid& moduleId_, const std::u32string& target_) |
void | Accept(BoundNodeVisitor& visitor) override |
void | SetTargetBlock(BoundCompoundStatement* targetBlock_) |
void | SetTargetStatement(BoundStatement* targetStatement_) |
const std::u32string& | Target() const |
BoundCompoundStatement* | TargetBlock() |
BoundStatement* | TargetStatement() |
std::u32string | target |
BoundCompoundStatement* | targetBlock |
BoundStatement* | targetStatement |