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