![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Public Attributes | |
ExpressionNode * | expression |
Statement * | statement |
SourceLocation | withToken |
SourceLocation | lparenToken |
SourceLocation | rparenToken |
![]() | |
int | kind = Kind_Undefined |
Definition at line 2039 of file qqmljsast_p.h.
|
inline |
Definition at line 2044 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 871 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), expression, and statement.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2050 of file qqmljsast_p.h.
Referenced by QQmlJSImportVisitor::visit().
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2053 of file qqmljsast_p.h.
References QQmlJS::AST::Node::lastSourceLocation().
ExpressionNode* QQmlJS::AST::WithStatement::expression |
Definition at line 2057 of file qqmljsast_p.h.
Referenced by accept0(), QV4::Compiler::Codegen::visit(), QV4::Compiler::ScanFunctions::visit(), and QQmlJS::Dom::Rewriter::visit().
SourceLocation QQmlJS::AST::WithStatement::lparenToken |
Definition at line 2060 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
SourceLocation QQmlJS::AST::WithStatement::rparenToken |
Definition at line 2061 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
Statement* QQmlJS::AST::WithStatement::statement |
Definition at line 2058 of file qqmljsast_p.h.
Referenced by accept0(), QV4::Compiler::Codegen::visit(), QV4::Compiler::ScanFunctions::visit(), and QQmlJS::Dom::Rewriter::visit().
SourceLocation QQmlJS::AST::WithStatement::withToken |
Definition at line 2059 of file qqmljsast_p.h.
Referenced by QV4::Compiler::ScanFunctions::visit(), and QQmlJS::Dom::Rewriter::visit().