![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Public Attributes | |
Statement * | statement |
ExpressionNode * | expression |
SourceLocation | doToken |
SourceLocation | whileToken |
SourceLocation | lparenToken |
SourceLocation | rparenToken |
SourceLocation | semicolonToken |
![]() | |
int | kind = Kind_Undefined |
Definition at line 1822 of file qqmljsast_p.h.
|
inline |
Definition at line 1827 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 792 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), expression, and statement.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1833 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1836 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::DoWhileStatement::doToken |
Definition at line 1842 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
ExpressionNode* QQmlJS::AST::DoWhileStatement::expression |
Definition at line 1841 of file qqmljsast_p.h.
Referenced by accept0(), QQmlJS::Dom::QQmlDomAstCreator::endVisit(), QQmlJS::Dom::Rewriter::visit(), QV4::Compiler::Codegen::visit(), and QV4::Compiler::ScanFunctions::visit().
SourceLocation QQmlJS::AST::DoWhileStatement::lparenToken |
Definition at line 1844 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
SourceLocation QQmlJS::AST::DoWhileStatement::rparenToken |
Definition at line 1845 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
SourceLocation QQmlJS::AST::DoWhileStatement::semicolonToken |
Definition at line 1846 of file qqmljsast_p.h.
Referenced by QV4::Compiler::Codegen::visit().
Statement* QQmlJS::AST::DoWhileStatement::statement |
Definition at line 1840 of file qqmljsast_p.h.
Referenced by accept0(), QQmlJS::Dom::QQmlDomAstCreator::endVisit(), QQmlJS::Dom::Rewriter::visit(), QV4::Compiler::Codegen::visit(), and QV4::Compiler::ScanFunctions::visit().
SourceLocation QQmlJS::AST::DoWhileStatement::whileToken |
Definition at line 1843 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().