![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::DefaultClause:
Collaboration diagram for QQmlJS::AST::DefaultClause:Public Attributes | |
| StatementList * | statements |
| SourceLocation | defaultToken |
| SourceLocation | colonToken |
Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 2177 of file qqmljsast_p.h.
|
inline |
Definition at line 2182 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 923 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), and statements.
Here is the call graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2188 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2191 of file qqmljsast_p.h.
References QQmlJS::AST::StatementList::lastSourceLocation().
Here is the call graph for this function:| SourceLocation QQmlJS::AST::DefaultClause::colonToken |
Definition at line 2197 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
| SourceLocation QQmlJS::AST::DefaultClause::defaultToken |
Definition at line 2196 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
| StatementList* QQmlJS::AST::DefaultClause::statements |
Definition at line 2195 of file qqmljsast_p.h.
Referenced by accept0(), QQmlJS::Dom::QQmlDomAstCreator::endVisit(), QQmlJS::Dom::Rewriter::visit(), and QV4::Compiler::Codegen::visit().