![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::ReturnStatement:
Collaboration diagram for QQmlJS::AST::ReturnStatement:Public Attributes | |
| ExpressionNode * | expression |
| SourceLocation | returnToken |
| SourceLocation | semicolonToken |
Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 1995 of file qqmljsast_p.h.
|
inline |
Definition at line 2000 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 852 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 2005 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2008 of file qqmljsast_p.h.
| ExpressionNode* QQmlJS::AST::ReturnStatement::expression |
Definition at line 2012 of file qqmljsast_p.h.
Referenced by accept0(), QQmlJS::Dom::QQmlDomAstCreator::endVisit(), QV4::Compiler::Codegen::visit(), and QQmlJS::Dom::Rewriter::visit().
| SourceLocation QQmlJS::AST::ReturnStatement::returnToken |
Definition at line 2013 of file qqmljsast_p.h.
Referenced by QV4::Compiler::Codegen::visit(), and QQmlJS::Dom::Rewriter::visit().
| SourceLocation QQmlJS::AST::ReturnStatement::semicolonToken |
Definition at line 2014 of file qqmljsast_p.h.