![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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) |
|
strong |
Enumerator | |
---|---|
In | |
Of |
Definition at line 1969 of file qqmljsast_p.h.
|
strong |
Enumerator | |
---|---|
NoScope | |
Var | |
Let | |
Const |
Definition at line 91 of file qqmljsast_p.h.
ClassExpression * QQmlJS::AST::asAnonymousClassDefinition | ( | AST::Node * | n | ) |
Definition at line 29 of file qqmljsast.cpp.
FunctionExpression * QQmlJS::AST::asAnonymousFunctionDefinition | ( | AST::Node * | n | ) |
Definition at line 19 of file qqmljsast.cpp.
T1 QQmlJS::AST::cast | ( | T2 * | ast | ) |
Definition at line 99 of file qqmljsast_p.h.
T QQmlJS::AST::lastListElement | ( | T | head | ) |
Definition at line 294 of file qqmljsast_p.h.