![]() |
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 | |
Statement () | |
Statement * | statementCast () override |
![]() | |
Node () | |
virtual | ~Node () |
virtual ExpressionNode * | expressionCast () |
virtual BinaryExpression * | binaryExpressionCast () |
virtual UiObjectMember * | uiObjectMemberCast () |
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 |
virtual SourceLocation | firstSourceLocation () const =0 |
virtual SourceLocation | lastSourceLocation () const =0 |
![]() | |
Managed ()=default | |
~Managed ()=default | |
void * | operator new (size_t size, MemoryPool *pool) |
void | operator delete (void *) |
void | operator delete (void *, MemoryPool *) |
Definition at line 425 of file qqmljsast_p.h.
|
inline |
Definition at line 428 of file qqmljsast_p.h.
|
overridevirtual |
Reimplemented from QQmlJS::AST::Node.
Definition at line 175 of file qqmljsast.cpp.