![]() |
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 674 of file qqmljsast_p.h.
|
inline |
Definition at line 679 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 263 of file qqmljsast.cpp.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 683 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 686 of file qqmljsast_p.h.
| ExpressionNode* QQmlJS::AST::TemplateLiteral::expression |
Definition at line 697 of file qqmljsast_p.h.
| bool QQmlJS::AST::TemplateLiteral::hasNoSubstitution = false |
Definition at line 694 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::TemplateLiteral::literalToken |
Definition at line 699 of file qqmljsast_p.h.
| TemplateLiteral* QQmlJS::AST::TemplateLiteral::next |
Definition at line 698 of file qqmljsast_p.h.
| QStringView QQmlJS::AST::TemplateLiteral::rawValue |
Definition at line 696 of file qqmljsast_p.h.
| QStringView QQmlJS::AST::TemplateLiteral::value |
Definition at line 695 of file qqmljsast_p.h.