![]() |
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 2369 of file qqmljsast_p.h.
Definition at line 2374 of file qqmljsast_p.h.
Definition at line 2378 of file qqmljsast_p.h.
Definition at line 2382 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1014 of file qqmljsast.cpp.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2388 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2391 of file qqmljsast_p.h.
| Catch* QQmlJS::AST::TryStatement::catchExpression |
Definition at line 2403 of file qqmljsast_p.h.
| Finally* QQmlJS::AST::TryStatement::finallyExpression |
Definition at line 2404 of file qqmljsast_p.h.
| Statement* QQmlJS::AST::TryStatement::statement |
Definition at line 2402 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::TryStatement::tryToken |
Definition at line 2405 of file qqmljsast_p.h.