TryStatementNode(const Span& span_, const boost::uuids::uuid& moduleId_) |
TryStatementNode(const Span& span_, const boost::uuids::uuid& moduleId_, CompoundStatementNode* tryBlock_) |
void | Accept(Visitor& visitor) override |
void | AddCatch(CatchNode* catch_) |
const NodeList<CatchNode>& | Catches() const |
Node* | Clone(CloneContext& cloneContext) const override |
void | Read(AstReader& reader) override |
const CompoundStatementNode* | TryBlock() const |
CompoundStatementNode* | TryBlock() |
void | Write(AstWriter& writer) override |
NodeList<CatchNode> | catches |
std::unique_ptr<CompoundStatementNode> | tryBlock |