Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmljsast_p.h>
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 669 of file qqmljsast_p.h.
|
inline |
Definition at line 674 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 260 of file qqmljsast.cpp.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 678 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 681 of file qqmljsast_p.h.
ExpressionNode* QQmlJS::AST::TemplateLiteral::expression |
Definition at line 692 of file qqmljsast_p.h.
bool QQmlJS::AST::TemplateLiteral::hasNoSubstitution = false |
Definition at line 689 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::TemplateLiteral::literalToken |
Definition at line 694 of file qqmljsast_p.h.
TemplateLiteral* QQmlJS::AST::TemplateLiteral::next |
Definition at line 693 of file qqmljsast_p.h.
QStringView QQmlJS::AST::TemplateLiteral::rawValue |
Definition at line 691 of file qqmljsast_p.h.
QStringView QQmlJS::AST::TemplateLiteral::value |
Definition at line 690 of file qqmljsast_p.h.