![]() |
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 * | initialiser = nullptr |
VariableDeclarationList * | declarations = nullptr |
ExpressionNode * | condition |
ExpressionNode * | expression |
Statement * | statement |
SourceLocation | forToken |
SourceLocation | lparenToken |
SourceLocation | firstSemicolonToken |
SourceLocation | secondSemicolonToken |
SourceLocation | rparenToken |
Public Attributes inherited from QQmlJS::AST::Node | |
int | kind = Kind_Undefined |
Definition at line 1940 of file qqmljsast_p.h.
|
inline |
Definition at line 1945 of file qqmljsast_p.h.
|
inline |
Definition at line 1949 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 815 of file qqmljsast.cpp.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1956 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1959 of file qqmljsast_p.h.
ExpressionNode* QQmlJS::AST::ForStatement::condition |
Definition at line 1965 of file qqmljsast_p.h.
VariableDeclarationList* QQmlJS::AST::ForStatement::declarations = nullptr |
Definition at line 1964 of file qqmljsast_p.h.
ExpressionNode* QQmlJS::AST::ForStatement::expression |
Definition at line 1966 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::ForStatement::firstSemicolonToken |
Definition at line 1970 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::ForStatement::forToken |
Definition at line 1968 of file qqmljsast_p.h.
ExpressionNode* QQmlJS::AST::ForStatement::initialiser = nullptr |
Definition at line 1963 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::ForStatement::lparenToken |
Definition at line 1969 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::ForStatement::rparenToken |
Definition at line 1972 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::ForStatement::secondSemicolonToken |
Definition at line 1971 of file qqmljsast_p.h.
Statement* QQmlJS::AST::ForStatement::statement |
Definition at line 1967 of file qqmljsast_p.h.