TryStatement Class
(QmlJS::AST::TryStatement)| Inherits: | QmlJS::AST::Statement |
Public Types
| enum | anonymous { K } |
Public Functions
| TryStatement(QmlJS::AST::Statement *stmt, QmlJS::AST::Catch *c, QmlJS::AST::Finally *f) | |
| TryStatement(QmlJS::AST::Statement *stmt, QmlJS::AST::Finally *f) | |
| TryStatement(QmlJS::AST::Statement *stmt, QmlJS::AST::Catch *c) |
Reimplemented Public Functions
| virtual void | accept0(QmlJS::AST::Visitor *visitor) override |
| virtual QmlJS::AST::SourceLocation | firstSourceLocation() const override |
| virtual QmlJS::AST::SourceLocation | lastSourceLocation() const override |
- 1 public function inherited from QmlJS::AST::Statement
- 8 public functions inherited from QmlJS::AST::Node
Additional Inherited Members
- 2 static public members inherited from QmlJS::AST::Node
- 3 static public members inherited from QmlJS::Managed
Member Function Documentation
TryStatement::TryStatement(QmlJS::AST::Statement *stmt, QmlJS::AST::Catch *c, QmlJS::AST::Finally *f)
Default constructs an instance of TryStatement.
TryStatement::TryStatement(QmlJS::AST::Statement *stmt, QmlJS::AST::Finally *f)
Default constructs an instance of TryStatement.
TryStatement::TryStatement(QmlJS::AST::Statement *stmt, QmlJS::AST::Catch *c)
Default constructs an instance of TryStatement.