![]() |
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 Member Functions | |
UiProgram (UiHeaderItemList *headers, UiObjectMemberList *members) | |
void | accept0 (BaseVisitor *visitor) override |
SourceLocation | firstSourceLocation () const override |
SourceLocation | lastSourceLocation () const override |
![]() | |
Node () | |
virtual | ~Node () |
virtual ExpressionNode * | expressionCast () |
virtual BinaryExpression * | binaryExpressionCast () |
virtual Statement * | statementCast () |
virtual UiObjectMember * | uiObjectMemberCast () |
virtual LeftHandSideExpression * | leftHandSideExpressionCast () |
virtual Pattern * | patternCast () |
virtual FunctionExpression * | asFunctionDefinition () |
virtual ClassExpression * | asClassDefinition () |
bool | ignoreRecursionDepth () const |
void | accept (BaseVisitor *visitor) |
![]() | |
Managed ()=default | |
~Managed ()=default | |
void * | operator new (size_t size, MemoryPool *pool) |
void | operator delete (void *) |
void | operator delete (void *, MemoryPool *) |
Public Attributes | |
UiHeaderItemList * | headers |
UiObjectMemberList * | members |
![]() | |
int | kind = Kind_Undefined |
Definition at line 3283 of file qqmljsast_p.h.
|
inline |
Definition at line 3288 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1186 of file qqmljsast.cpp.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 3294 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 3303 of file qqmljsast_p.h.
UiHeaderItemList* QQmlJS::AST::UiProgram::headers |
Definition at line 3313 of file qqmljsast_p.h.
UiObjectMemberList* QQmlJS::AST::UiProgram::members |
Definition at line 3314 of file qqmljsast_p.h.