![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::NewMemberExpression:
Collaboration diagram for QQmlJS::AST::NewMemberExpression:Public Attributes | |
| ExpressionNode * | base |
| ArgumentList * | arguments |
| SourceLocation | newToken |
| SourceLocation | lparenToken |
| SourceLocation | rparenToken |
Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 1204 of file qqmljsast_p.h.
|
inline |
Definition at line 1209 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 554 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), arguments, and base.
Here is the call graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1215 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1218 of file qqmljsast_p.h.
| ArgumentList* QQmlJS::AST::NewMemberExpression::arguments |
Definition at line 1223 of file qqmljsast_p.h.
Referenced by accept0(), QQmlJS::Dom::Rewriter::visit(), and QV4::Compiler::Codegen::visit().
| ExpressionNode* QQmlJS::AST::NewMemberExpression::base |
Definition at line 1222 of file qqmljsast_p.h.
Referenced by accept0(), QQmlJS::Dom::Rewriter::visit(), and QV4::Compiler::Codegen::visit().
| SourceLocation QQmlJS::AST::NewMemberExpression::lparenToken |
Definition at line 1225 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
| SourceLocation QQmlJS::AST::NewMemberExpression::newToken |
Definition at line 1224 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::NewMemberExpression::rparenToken |
Definition at line 1226 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().