![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Typedefs | |
using | Expression = CommaExpression |
Enumerations | |
enum class | VariableScope { NoScope , Var , Let , Const } |
enum class | ForEachType { In , Of } |
Functions | |
FunctionExpression * | asAnonymousFunctionDefinition (Node *n) |
ClassExpression * | asAnonymousClassDefinition (Node *n) |
template<typename T1, typename T2> | |
T1 | cast (T2 *ast) |
template<typename T> | |
T | lastListElement (T head) |
Definition at line 78 of file qqmljsastfwd_p.h.
|
strong |
Enumerator | |
---|---|
In | |
Of |
Definition at line 1975 of file qqmljsast_p.h.
|
strong |
Enumerator | |
---|---|
NoScope | |
Var | |
Let | |
Const |
Definition at line 92 of file qqmljsast_p.h.
ClassExpression * QQmlJS::AST::asAnonymousClassDefinition | ( | AST::Node * | n | ) |
Definition at line 30 of file qqmljsast.cpp.
FunctionExpression * QQmlJS::AST::asAnonymousFunctionDefinition | ( | AST::Node * | n | ) |
Definition at line 20 of file qqmljsast.cpp.
T1 QQmlJS::AST::cast | ( | T2 * | ast | ) |
Definition at line 100 of file qqmljsast_p.h.
T QQmlJS::AST::lastListElement | ( | T | head | ) |
Definition at line 295 of file qqmljsast_p.h.