![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::WhileStatement:
Collaboration diagram for QQmlJS::AST::WhileStatement:Public Attributes | |
| ExpressionNode * | expression |
| Statement * | statement |
| SourceLocation | whileToken |
| SourceLocation | lparenToken |
| SourceLocation | rparenToken |
Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 1849 of file qqmljsast_p.h.
|
inline |
Definition at line 1854 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 802 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), expression, and statement.
Here is the call graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1860 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1863 of file qqmljsast_p.h.
References QQmlJS::AST::Node::lastSourceLocation().
Here is the call graph for this function:| ExpressionNode* QQmlJS::AST::WhileStatement::expression |
Definition at line 1867 of file qqmljsast_p.h.
Referenced by accept0(), QQmlJS::Dom::QQmlDomAstCreator::endVisit(), QV4::Compiler::Codegen::visit(), and QQmlJS::Dom::Rewriter::visit().
| SourceLocation QQmlJS::AST::WhileStatement::lparenToken |
Definition at line 1870 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
| SourceLocation QQmlJS::AST::WhileStatement::rparenToken |
Definition at line 1871 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
| Statement* QQmlJS::AST::WhileStatement::statement |
Definition at line 1868 of file qqmljsast_p.h.
Referenced by accept0(), QQmlJS::Dom::QQmlDomAstCreator::endVisit(), QV4::Compiler::Codegen::visit(), and QQmlJS::Dom::Rewriter::visit().
| SourceLocation QQmlJS::AST::WhileStatement::whileToken |
Definition at line 1869 of file qqmljsast_p.h.
Referenced by QV4::Compiler::Codegen::visit(), and QQmlJS::Dom::Rewriter::visit().