![]() |
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 | |
Node * | lhs |
ExpressionNode * | expression |
Statement * | statement |
SourceLocation | forToken |
SourceLocation | lparenToken |
SourceLocation | inOfToken |
SourceLocation | rparenToken |
ForEachType | type |
Public Attributes inherited from QQmlJS::AST::Node | |
int | kind = Kind_Undefined |
Definition at line 1980 of file qqmljsast_p.h.
|
inline |
Definition at line 1985 of file qqmljsast_p.h.
|
inline |
Definition at line 1988 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 828 of file qqmljsast.cpp.
|
inline |
Definition at line 2000 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1994 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1997 of file qqmljsast_p.h.
ExpressionNode* QQmlJS::AST::ForEachStatement::expression |
Definition at line 2006 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::ForEachStatement::forToken |
Definition at line 2008 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::ForEachStatement::inOfToken |
Definition at line 2010 of file qqmljsast_p.h.
Node* QQmlJS::AST::ForEachStatement::lhs |
Definition at line 2005 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::ForEachStatement::lparenToken |
Definition at line 2009 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::ForEachStatement::rparenToken |
Definition at line 2011 of file qqmljsast_p.h.
Statement* QQmlJS::AST::ForEachStatement::statement |
Definition at line 2007 of file qqmljsast_p.h.
ForEachType QQmlJS::AST::ForEachStatement::type |
Definition at line 2012 of file qqmljsast_p.h.