![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmljsast_p.h>
Public Attributes | |
| Statement * | statement |
| Catch * | catchExpression |
| Finally * | finallyExpression |
| SourceLocation | tryToken |
| Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 2360 of file qqmljsast_p.h.
Definition at line 2365 of file qqmljsast_p.h.
Definition at line 2369 of file qqmljsast_p.h.
Definition at line 2373 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 953 of file qqmljsast.cpp.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2379 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2382 of file qqmljsast_p.h.
| Catch* QQmlJS::AST::TryStatement::catchExpression |
Definition at line 2394 of file qqmljsast_p.h.
| Finally* QQmlJS::AST::TryStatement::finallyExpression |
Definition at line 2395 of file qqmljsast_p.h.
| Statement* QQmlJS::AST::TryStatement::statement |
Definition at line 2393 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::TryStatement::tryToken |
Definition at line 2396 of file qqmljsast_p.h.