|  | Qt 6.x
    The Qt SDK | 
#include <qqmljsast_p.h>
 Inheritance diagram for QQmlJS::AST::ForEachStatement:
 Inheritance diagram for QQmlJS::AST::ForEachStatement: Collaboration diagram for QQmlJS::AST::ForEachStatement:
 Collaboration diagram for QQmlJS::AST::ForEachStatement:| Public Attributes | |
| Node * | lhs | 
| ExpressionNode * | expression | 
| Statement * | statement | 
| SourceLocation | forToken | 
| SourceLocation | lparenToken | 
| SourceLocation | inOfToken | 
| SourceLocation | rparenToken | 
| ForEachType | type | 
|  Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined | 
Definition at line 1914 of file qqmljsast_p.h.
| 
 | inline | 
Definition at line 1919 of file qqmljsast_p.h.
| 
 | inline | 
Definition at line 1922 of file qqmljsast_p.h.
| 
 | overridevirtual | 
Implements QQmlJS::AST::Node.
Definition at line 825 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), expression, lhs, and statement.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | inline | 
Definition at line 1934 of file qqmljsast_p.h.
| 
 | inlineoverridevirtual | 
Implements QQmlJS::AST::Node.
Definition at line 1928 of file qqmljsast_p.h.
Referenced by QQmlJSImportVisitor::visit().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inlineoverridevirtual | 
Implements QQmlJS::AST::Node.
Definition at line 1931 of file qqmljsast_p.h.
References QQmlJS::AST::Node::lastSourceLocation().
 Here is the call graph for this function:
 Here is the call graph for this function:| ExpressionNode* QQmlJS::AST::ForEachStatement::expression | 
Definition at line 1940 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::ForEachStatement::forToken | 
Definition at line 1942 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit(), and QV4::Compiler::Codegen::visit().
| SourceLocation QQmlJS::AST::ForEachStatement::inOfToken | 
Definition at line 1944 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
| Node* QQmlJS::AST::ForEachStatement::lhs | 
Definition at line 1939 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::ForEachStatement::lparenToken | 
Definition at line 1943 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
| SourceLocation QQmlJS::AST::ForEachStatement::rparenToken | 
Definition at line 1945 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
| Statement* QQmlJS::AST::ForEachStatement::statement | 
Definition at line 1941 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().
| ForEachType QQmlJS::AST::ForEachStatement::type | 
Definition at line 1946 of file qqmljsast_p.h.
Referenced by QV4::Compiler::Codegen::visit().