![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Public Attributes | |
PatternElement * | declaration |
VariableDeclarationList * | next |
SourceLocation | commaToken |
![]() | |
int | kind = Kind_Undefined |
Definition at line 1682 of file qqmljsast_p.h.
|
inline |
Definition at line 1687 of file qqmljsast_p.h.
|
inline |
Definition at line 1691 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 753 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), and it.
|
inline |
Definition at line 1711 of file qqmljsast_p.h.
References declaration, next, next, and QQmlJS::AST::PatternElement::scope.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1701 of file qqmljsast_p.h.
|
inlineoverridevirtual |
SourceLocation QQmlJS::AST::VariableDeclarationList::commaToken |
Definition at line 1725 of file qqmljsast_p.h.
PatternElement* QQmlJS::AST::VariableDeclarationList::declaration |
Definition at line 1723 of file qqmljsast_p.h.
Referenced by finish(), QQmlJS::Dom::Rewriter::visit(), and QQmlJSImportVisitor::visit().
VariableDeclarationList* QQmlJS::AST::VariableDeclarationList::next |
Definition at line 1724 of file qqmljsast_p.h.
Referenced by VariableDeclarationList(), finish(), and QQmlJSImportVisitor::visit().