![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Public Attributes | |
ExpressionNode * | expression |
CaseBlock * | block |
SourceLocation | switchToken |
SourceLocation | lparenToken |
SourceLocation | rparenToken |
![]() | |
int | kind = Kind_Undefined |
Definition at line 2089 of file qqmljsast_p.h.
|
inline |
Definition at line 2094 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 881 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), block, and expression.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2100 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2103 of file qqmljsast_p.h.
CaseBlock* QQmlJS::AST::SwitchStatement::block |
Definition at line 2108 of file qqmljsast_p.h.
Referenced by accept0(), QQmlJS::Dom::QQmlDomAstCreator::endVisit(), QV4::Compiler::Codegen::visit(), and QQmlJS::Dom::Rewriter::visit().
ExpressionNode* QQmlJS::AST::SwitchStatement::expression |
Definition at line 2107 of file qqmljsast_p.h.
Referenced by accept0(), QQmlJS::Dom::QQmlDomAstCreator::endVisit(), QV4::Compiler::Codegen::visit(), and QQmlJS::Dom::Rewriter::visit().
SourceLocation QQmlJS::AST::SwitchStatement::lparenToken |
Definition at line 2110 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
SourceLocation QQmlJS::AST::SwitchStatement::rparenToken |
Definition at line 2111 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
SourceLocation QQmlJS::AST::SwitchStatement::switchToken |
Definition at line 2109 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().