![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::ExpressionStatement:
Collaboration diagram for QQmlJS::AST::ExpressionStatement:Public Attributes | |
| ExpressionNode * | expression |
| SourceLocation | semicolonToken |
Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 1769 of file qqmljsast_p.h.
|
inline |
Definition at line 1774 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 772 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 1779 of file qqmljsast_p.h.
References QQmlJS::AST::Node::firstSourceLocation().
Referenced by QV4::Compiler::ScanFunctions::visit(), and QQmlJSImportVisitor::visit().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1782 of file qqmljsast_p.h.
| ExpressionNode* QQmlJS::AST::ExpressionStatement::expression |
Definition at line 1786 of file qqmljsast_p.h.
Referenced by accept0(), bindingToVariant(), QmlIR::IRBuilder::isRedundantNullInitializerForPropertyDeclaration(), QmlIR::IRBuilder::setBindingValue(), QV4::Compiler::Codegen::visit(), and QV4::Compiler::ScanFunctions::visit().
| SourceLocation QQmlJS::AST::ExpressionStatement::semicolonToken |
Definition at line 1787 of file qqmljsast_p.h.