![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::CaseClause:
Collaboration diagram for QQmlJS::AST::CaseClause:Public Attributes | |
| ExpressionNode * | expression |
| StatementList * | statements |
| SourceLocation | caseToken |
| SourceLocation | colonToken |
Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 2114 of file qqmljsast_p.h.
|
inline |
Definition at line 2119 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 913 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), expression, and statements.
Here is the call graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2125 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2128 of file qqmljsast_p.h.
References QQmlJS::AST::StatementList::lastSourceLocation().
Here is the call graph for this function:| SourceLocation QQmlJS::AST::CaseClause::caseToken |
Definition at line 2134 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::CaseClause::colonToken |
Definition at line 2135 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
| ExpressionNode* QQmlJS::AST::CaseClause::expression |
Definition at line 2132 of file qqmljsast_p.h.
Referenced by accept0(), QQmlJS::Dom::QQmlDomAstCreator::endVisit(), QQmlJS::Dom::Rewriter::visit(), and QV4::Compiler::Codegen::visit().
| StatementList* QQmlJS::AST::CaseClause::statements |
Definition at line 2133 of file qqmljsast_p.h.
Referenced by accept0(), QQmlJS::Dom::QQmlDomAstCreator::endVisit(), QQmlJS::Dom::Rewriter::visit(), and QV4::Compiler::Codegen::visit().