![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::CaseBlock:
Collaboration diagram for QQmlJS::AST::CaseBlock:Public Attributes | |
| CaseClauses * | clauses |
| DefaultClause * | defaultClause |
| CaseClauses * | moreClauses |
| SourceLocation | lbraceToken |
| SourceLocation | rbraceToken |
Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 2064 of file qqmljsast_p.h.
|
inline |
Definition at line 2069 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 891 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), clauses, defaultClause, and moreClauses.
Here is the call graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2075 of file qqmljsast_p.h.
Referenced by QQmlJSImportVisitor::visit().
Here is the caller graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2078 of file qqmljsast_p.h.
| CaseClauses* QQmlJS::AST::CaseBlock::clauses |
Definition at line 2082 of file qqmljsast_p.h.
Referenced by accept0(), QQmlJS::Dom::QQmlDomAstCreator::endVisit(), QQmlJS::Dom::Rewriter::visit(), and QV4::Compiler::Codegen::visit().
| DefaultClause* QQmlJS::AST::CaseBlock::defaultClause |
Definition at line 2083 of file qqmljsast_p.h.
Referenced by accept0(), QQmlJS::Dom::QQmlDomAstCreator::endVisit(), QQmlJS::Dom::Rewriter::visit(), and QV4::Compiler::Codegen::visit().
| SourceLocation QQmlJS::AST::CaseBlock::lbraceToken |
Definition at line 2085 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
| CaseClauses* QQmlJS::AST::CaseBlock::moreClauses |
Definition at line 2084 of file qqmljsast_p.h.
Referenced by accept0(), QQmlJS::Dom::QQmlDomAstCreator::endVisit(), QQmlJS::Dom::Rewriter::visit(), and QV4::Compiler::Codegen::visit().
| SourceLocation QQmlJS::AST::CaseBlock::rbraceToken |
Definition at line 2086 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().