![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Public Attributes | |
ExpressionNode * | initialiser = nullptr |
VariableDeclarationList * | declarations = nullptr |
ExpressionNode * | condition |
ExpressionNode * | expression |
Statement * | statement |
SourceLocation | forToken |
SourceLocation | lparenToken |
SourceLocation | firstSemicolonToken |
SourceLocation | secondSemicolonToken |
SourceLocation | rparenToken |
![]() | |
int | kind = Kind_Undefined |
Definition at line 1874 of file qqmljsast_p.h.
|
inline |
Definition at line 1879 of file qqmljsast_p.h.
|
inline |
Definition at line 1883 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 812 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), declarations, expression, initialiser, and statement.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1890 of file qqmljsast_p.h.
Referenced by QQmlJSImportVisitor::visit().
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1893 of file qqmljsast_p.h.
References QQmlJS::AST::Node::lastSourceLocation().
ExpressionNode* QQmlJS::AST::ForStatement::condition |
Definition at line 1899 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::QQmlDomAstCreator::endVisit(), QQmlJS::Dom::Rewriter::visit(), QV4::Compiler::Codegen::visit(), and QV4::Compiler::ScanFunctions::visit().
VariableDeclarationList* QQmlJS::AST::ForStatement::declarations = nullptr |
Definition at line 1898 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().
ExpressionNode* QQmlJS::AST::ForStatement::expression |
Definition at line 1900 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::ForStatement::firstSemicolonToken |
Definition at line 1904 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::ForStatement::forToken |
Definition at line 1902 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit(), and QV4::Compiler::Codegen::visit().
ExpressionNode* QQmlJS::AST::ForStatement::initialiser = nullptr |
Definition at line 1897 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::ForStatement::lparenToken |
Definition at line 1903 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
SourceLocation QQmlJS::AST::ForStatement::rparenToken |
Definition at line 1906 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
SourceLocation QQmlJS::AST::ForStatement::secondSemicolonToken |
Definition at line 1905 of file qqmljsast_p.h.
Statement* QQmlJS::AST::ForStatement::statement |
Definition at line 1901 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().