![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Public Attributes | |
ExpressionNode * | expression |
SourceLocation | throwToken |
SourceLocation | semicolonToken |
![]() | |
int | kind = Kind_Undefined |
Definition at line 2224 of file qqmljsast_p.h.
|
inline |
Definition at line 2229 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 941 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), and expression.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2234 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2237 of file qqmljsast_p.h.
ExpressionNode* QQmlJS::AST::ThrowStatement::expression |
Definition at line 2241 of file qqmljsast_p.h.
Referenced by accept0(), QV4::Compiler::Codegen::visit(), and QQmlJS::Dom::Rewriter::visit().
SourceLocation QQmlJS::AST::ThrowStatement::semicolonToken |
Definition at line 2243 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::ThrowStatement::throwToken |
Definition at line 2242 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().