![]() |
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 | |
| QStringView | name |
| ExpressionNode * | heritage |
| ClassElementList * | elements |
| SourceLocation | classToken |
| SourceLocation | identifierToken |
| SourceLocation | lbraceToken |
| SourceLocation | rbraceToken |
| Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 2534 of file qqmljsast_p.h.
|
inline |
Definition at line 2539 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1493 of file qqmljsast.cpp.
|
overridevirtual |
Reimplemented from QQmlJS::AST::Node.
Definition at line 1503 of file qqmljsast.cpp.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2545 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2548 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::ClassExpression::classToken |
Definition at line 2557 of file qqmljsast_p.h.
| ClassElementList* QQmlJS::AST::ClassExpression::elements |
Definition at line 2556 of file qqmljsast_p.h.
| ExpressionNode* QQmlJS::AST::ClassExpression::heritage |
Definition at line 2555 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::ClassExpression::identifierToken |
Definition at line 2558 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::ClassExpression::lbraceToken |
Definition at line 2559 of file qqmljsast_p.h.
| QStringView QQmlJS::AST::ClassExpression::name |
Definition at line 2554 of file qqmljsast_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| SourceLocation QQmlJS::AST::ClassExpression::rbraceToken |
Definition at line 2560 of file qqmljsast_p.h.