![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Public Attributes | |
bool | hasNoSubstitution = false |
QStringView | value |
QStringView | rawValue |
ExpressionNode * | expression |
TemplateLiteral * | next |
SourceLocation | literalToken |
![]() | |
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().
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().