![]() |
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 | |
SourceLocation | firstSourceLocation () const override=0 |
SourceLocation | lastSourceLocation () const override=0 |
UiObjectMember * | uiObjectMemberCast () override |
Public Member Functions inherited from QQmlJS::AST::Node | |
Node () | |
virtual | ~Node () |
virtual ExpressionNode * | expressionCast () |
virtual BinaryExpression * | binaryExpressionCast () |
virtual Statement * | statementCast () |
virtual LeftHandSideExpression * | leftHandSideExpressionCast () |
virtual Pattern * | patternCast () |
virtual FunctionExpression * | asFunctionDefinition () |
virtual ClassExpression * | asClassDefinition () |
bool | ignoreRecursionDepth () const |
void | accept (BaseVisitor *visitor) |
virtual void | accept0 (BaseVisitor *visitor)=0 |
Public Member Functions inherited from QQmlJS::Managed | |
Managed ()=default | |
~Managed ()=default | |
void * | operator new (size_t size, MemoryPool *pool) |
void | operator delete (void *) |
void | operator delete (void *, MemoryPool *) |
Public Attributes | |
UiAnnotationList * | annotations = nullptr |
Public Attributes inherited from QQmlJS::AST::Node | |
int | kind = Kind_Undefined |
Definition at line 3104 of file qqmljsast_p.h.
|
overridepure virtual |
|
overridepure virtual |
|
overridevirtual |
Reimplemented from QQmlJS::AST::Node.
Definition at line 183 of file qqmljsast.cpp.
UiAnnotationList* QQmlJS::AST::UiObjectMember::annotations = nullptr |
Definition at line 3113 of file qqmljsast_p.h.