![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Public Attributes | |
QStringView | label |
Statement * | statement |
SourceLocation | identifierToken |
SourceLocation | colonToken |
![]() | |
int | kind = Kind_Undefined |
Definition at line 2200 of file qqmljsast_p.h.
|
inline |
Definition at line 2205 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 932 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), and statement.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2211 of file qqmljsast_p.h.
Referenced by QV4::Compiler::Codegen::visit().
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2214 of file qqmljsast_p.h.
References QQmlJS::AST::Node::lastSourceLocation().
SourceLocation QQmlJS::AST::LabelledStatement::colonToken |
Definition at line 2221 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::LabelledStatement::identifierToken |
Definition at line 2220 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
QStringView QQmlJS::AST::LabelledStatement::label |
Definition at line 2218 of file qqmljsast_p.h.
Referenced by QV4::Compiler::ControlFlow::loopLabel(), and QV4::Compiler::Codegen::visit().
Statement* QQmlJS::AST::LabelledStatement::statement |
Definition at line 2219 of file qqmljsast_p.h.
Referenced by accept0(), QQmlJS::Dom::Rewriter::visit(), and QV4::Compiler::Codegen::visit().