![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::TemplateLiteral:
Collaboration diagram for QQmlJS::AST::TemplateLiteral:Public Attributes | |
| bool | hasNoSubstitution = false |
| QStringView | value |
| QStringView | rawValue |
| ExpressionNode * | expression |
| TemplateLiteral * | next |
| SourceLocation | literalToken |
Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 667 of file qqmljsast_p.h.
|
inline |
Definition at line 672 of file qqmljsast_p.h.
|
overridevirtual |
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 676 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 679 of file qqmljsast_p.h.
References QQmlJS::AST::lastListElement().
Here is the call graph for this function:| ExpressionNode* QQmlJS::AST::TemplateLiteral::expression |
Definition at line 690 of file qqmljsast_p.h.
Referenced by QV4::Compiler::Codegen::visit(), QV4::Compiler::ScanFunctions::visit(), and QQmlJS::Dom::Rewriter::visit().
| bool QQmlJS::AST::TemplateLiteral::hasNoSubstitution = false |
Definition at line 687 of file qqmljsast_p.h.
Referenced by QmlIR::IRBuilder::setBindingValue().
| SourceLocation QQmlJS::AST::TemplateLiteral::literalToken |
Definition at line 692 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
| TemplateLiteral* QQmlJS::AST::TemplateLiteral::next |
Definition at line 691 of file qqmljsast_p.h.
Referenced by QQmlJSImportVisitor::parseBindingExpression(), QV4::Compiler::Codegen::visit(), and QV4::Compiler::ScanFunctions::visit().
| QStringView QQmlJS::AST::TemplateLiteral::rawValue |
Definition at line 689 of file qqmljsast_p.h.
| QStringView QQmlJS::AST::TemplateLiteral::value |
Definition at line 688 of file qqmljsast_p.h.
Referenced by QV4::Compiler::Codegen::visit().