![]() |
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 2363 of file qqmljsast_p.h.
Definition at line 2368 of file qqmljsast_p.h.
Definition at line 2372 of file qqmljsast_p.h.
Definition at line 2376 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 2382 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2385 of file qqmljsast_p.h.
| Catch* QQmlJS::AST::TryStatement::catchExpression |
Definition at line 2397 of file qqmljsast_p.h.
| Finally* QQmlJS::AST::TryStatement::finallyExpression |
Definition at line 2398 of file qqmljsast_p.h.
| Statement* QQmlJS::AST::TryStatement::statement |
Definition at line 2396 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::TryStatement::tryToken |
Definition at line 2399 of file qqmljsast_p.h.