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