![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::ObjectPattern:
Collaboration diagram for QQmlJS::AST::ObjectPattern:Public Attributes | |
| PatternPropertyList * | properties = nullptr |
| SourceLocation | lbraceToken |
| SourceLocation | rbraceToken |
Public Attributes inherited from QQmlJS::AST::Pattern | |
| ParseMode | parseMode = Literal |
Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 757 of file qqmljsast_p.h.
|
inline |
Definition at line 762 of file qqmljsast_p.h.
|
inline |
Definition at line 765 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 305 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), and properties.
Here is the call graph for this function:
|
overridevirtual |
Implements QQmlJS::AST::Pattern.
Definition at line 398 of file qqmljsast.cpp.
References QQmlJS::AST::Pattern::Binding, errorMessage(), it, QQmlJS::AST::Pattern::parseMode, pool, and properties.
Here is the call graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 771 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 774 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::ObjectPattern::lbraceToken |
Definition at line 781 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::QQmlDomAstCreator::endVisit(), and QQmlJS::Dom::Rewriter::visit().
| PatternPropertyList* QQmlJS::AST::ObjectPattern::properties = nullptr |
Definition at line 780 of file qqmljsast_p.h.
Referenced by accept0(), convertLiteralToAssignmentPattern(), QQmlJS::Dom::QQmlDomAstCreator::endVisit(), QQmlJS::Dom::Rewriter::visit(), QV4::Compiler::Codegen::visit(), and QV4::Compiler::ScanFunctions::visit().
| SourceLocation QQmlJS::AST::ObjectPattern::rbraceToken |
Definition at line 782 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::QQmlDomAstCreator::endVisit(), and QQmlJS::Dom::Rewriter::visit().