![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::NestedExpression:
Collaboration diagram for QQmlJS::AST::NestedExpression:Public Attributes | |
| ExpressionNode * | expression |
| SourceLocation | lparenToken |
| SourceLocation | rparenToken |
Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 431 of file qqmljsast_p.h.
|
inline |
Definition at line 436 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 185 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), and expression.
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from QQmlJS::AST::Node.
Definition at line 198 of file qqmljsast.cpp.
References QQmlJS::AST::Node::asClassDefinition(), and expression.
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from QQmlJS::AST::Node.
Definition at line 193 of file qqmljsast.cpp.
References QQmlJS::AST::Node::asFunctionDefinition(), and expression.
Here is the call graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 442 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 445 of file qqmljsast_p.h.
| ExpressionNode* QQmlJS::AST::NestedExpression::expression |
Definition at line 453 of file qqmljsast_p.h.
Referenced by accept0(), asClassDefinition(), asFunctionDefinition(), QQmlJS::Dom::Rewriter::visit(), and QV4::Compiler::Codegen::visit().
| SourceLocation QQmlJS::AST::NestedExpression::lparenToken |
Definition at line 454 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
| SourceLocation QQmlJS::AST::NestedExpression::rparenToken |
Definition at line 455 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().