![]() |
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 |
| bool | isArrowFunction = false |
| bool | isGenerator = false |
| FormalParameterList * | formals |
| StatementList * | body |
| TypeAnnotation * | typeAnnotation |
| SourceLocation | functionToken |
| SourceLocation | starToken |
| SourceLocation | identifierToken |
| SourceLocation | lparenToken |
| SourceLocation | rparenToken |
| SourceLocation | lbraceToken |
| SourceLocation | rbraceToken |
| Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 2399 of file qqmljsast_p.h.
|
inline |
Definition at line 2404 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 994 of file qqmljsast.cpp.
|
overridevirtual |
Reimplemented from QQmlJS::AST::Node.
Definition at line 1005 of file qqmljsast.cpp.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2411 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2414 of file qqmljsast_p.h.
| StatementList* QQmlJS::AST::FunctionExpression::body |
Definition at line 2424 of file qqmljsast_p.h.
| FormalParameterList* QQmlJS::AST::FunctionExpression::formals |
Definition at line 2423 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::FunctionExpression::functionToken |
Definition at line 2426 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::FunctionExpression::identifierToken |
Definition at line 2429 of file qqmljsast_p.h.
| bool QQmlJS::AST::FunctionExpression::isArrowFunction = false |
Definition at line 2421 of file qqmljsast_p.h.
| bool QQmlJS::AST::FunctionExpression::isGenerator = false |
Definition at line 2422 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::FunctionExpression::lbraceToken |
Definition at line 2432 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::FunctionExpression::lparenToken |
Definition at line 2430 of file qqmljsast_p.h.
| QStringView QQmlJS::AST::FunctionExpression::name |
Definition at line 2420 of file qqmljsast_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| SourceLocation QQmlJS::AST::FunctionExpression::rbraceToken |
Definition at line 2433 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::FunctionExpression::rparenToken |
Definition at line 2431 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::FunctionExpression::starToken |
Definition at line 2428 of file qqmljsast_p.h.
| TypeAnnotation* QQmlJS::AST::FunctionExpression::typeAnnotation |
Definition at line 2425 of file qqmljsast_p.h.