![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::DeleteExpression:
Collaboration diagram for QQmlJS::AST::DeleteExpression:Public Attributes | |
| ExpressionNode * | expression |
| SourceLocation | deleteToken |
Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 1360 of file qqmljsast_p.h.
|
inline |
Definition at line 1365 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 612 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), and expression.
Here is the call graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1370 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1373 of file qqmljsast_p.h.
References QQmlJS::AST::Node::lastSourceLocation().
Here is the call graph for this function:| SourceLocation QQmlJS::AST::DeleteExpression::deleteToken |
Definition at line 1378 of file qqmljsast_p.h.
Referenced by QV4::Compiler::Codegen::visit().
| ExpressionNode* QQmlJS::AST::DeleteExpression::expression |
Definition at line 1377 of file qqmljsast_p.h.
Referenced by accept0(), QQmlJS::Dom::Rewriter::visit(), and QV4::Compiler::Codegen::visit().