![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::ClassExpression:
Collaboration diagram for QQmlJS::AST::ClassExpression:Public Attributes | |
| QStringView | name |
| ExpressionNode * | heritage |
| ClassElementList * | elements |
| SourceLocation | classToken |
| SourceLocation | identifierToken |
| SourceLocation | lbraceToken |
| SourceLocation | rbraceToken |
Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 2465 of file qqmljsast_p.h.
|
inline |
Definition at line 2470 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1492 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), elements, and heritage.
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from QQmlJS::AST::Node.
Definition at line 1502 of file qqmljsast.cpp.
Referenced by QQmlJS::AST::asAnonymousClassDefinition().
Here is the caller graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2476 of file qqmljsast_p.h.
Referenced by QQmlJSImportVisitor::visit(), QV4::Compiler::Codegen::visit(), and QQmlJSImportVisitor::visit().
Here is the caller graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2479 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::ClassExpression::classToken |
Definition at line 2488 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
| ClassElementList* QQmlJS::AST::ClassExpression::elements |
Definition at line 2487 of file qqmljsast_p.h.
Referenced by accept0(), QQmlJS::AST::ClassDeclaration::accept0(), QQmlJS::Dom::Rewriter::visit(), and QV4::Compiler::Codegen::visit().
| ExpressionNode* QQmlJS::AST::ClassExpression::heritage |
Definition at line 2486 of file qqmljsast_p.h.
Referenced by accept0(), QQmlJS::AST::ClassDeclaration::accept0(), QQmlJS::Dom::Rewriter::visit(), and QV4::Compiler::Codegen::visit().
| SourceLocation QQmlJS::AST::ClassExpression::identifierToken |
Definition at line 2489 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::ClassExpression::lbraceToken |
Definition at line 2490 of file qqmljsast_p.h.
| QStringView QQmlJS::AST::ClassExpression::name |
Definition at line 2485 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit(), QV4::Compiler::Codegen::visit(), QV4::Compiler::ScanFunctions::visit(), QQmlJSImportVisitor::visit(), QV4::Compiler::Codegen::visit(), QV4::Compiler::ScanFunctions::visit(), and QQmlJSImportVisitor::visit().
| SourceLocation QQmlJS::AST::ClassExpression::rbraceToken |
Definition at line 2491 of file qqmljsast_p.h.