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 | |
ExpressionNode * | base |
ArgumentList * | arguments |
SourceLocation | lparenToken |
SourceLocation | rparenToken |
bool | isOptional = false |
Public Attributes inherited from QQmlJS::AST::Node | |
int | kind = Kind_Undefined |
Definition at line 1308 of file qqmljsast_p.h.
|
inline |
Definition at line 1313 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 573 of file qqmljsast.cpp.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1319 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1322 of file qqmljsast_p.h.
ArgumentList* QQmlJS::AST::CallExpression::arguments |
Definition at line 1327 of file qqmljsast_p.h.
ExpressionNode* QQmlJS::AST::CallExpression::base |
Definition at line 1326 of file qqmljsast_p.h.
bool QQmlJS::AST::CallExpression::isOptional = false |
Definition at line 1330 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::CallExpression::lparenToken |
Definition at line 1328 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::CallExpression::rparenToken |
Definition at line 1329 of file qqmljsast_p.h.