![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::TildeExpression:
Collaboration diagram for QQmlJS::AST::TildeExpression:Public Attributes | |
| ExpressionNode * | expression |
| SourceLocation | tildeToken |
Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 1507 of file qqmljsast_p.h.
|
inline |
Definition at line 1512 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 675 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 1517 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1520 of file qqmljsast_p.h.
References QQmlJS::AST::Node::lastSourceLocation().
Here is the call graph for this function:| ExpressionNode* QQmlJS::AST::TildeExpression::expression |
Definition at line 1524 of file qqmljsast_p.h.
Referenced by accept0(), QV4::Compiler::Codegen::visit(), and QQmlJS::Dom::Rewriter::visit().
| SourceLocation QQmlJS::AST::TildeExpression::tildeToken |
Definition at line 1525 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().