![]() |
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 | |
| DefaultClause (StatementList *slist) | |
| void | accept0 (BaseVisitor *visitor) override |
| SourceLocation | firstSourceLocation () const override |
| SourceLocation | lastSourceLocation () const override |
| Public Member Functions inherited from QQmlJS::AST::Node | |
| 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) |
| 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 | |
| StatementList * | statements |
| SourceLocation | defaultToken |
| SourceLocation | colonToken |
| Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 2243 of file qqmljsast_p.h.
|
inline |
Definition at line 2248 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 926 of file qqmljsast.cpp.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2254 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2257 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::DefaultClause::colonToken |
Definition at line 2263 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::DefaultClause::defaultToken |
Definition at line 2262 of file qqmljsast_p.h.
| StatementList* QQmlJS::AST::DefaultClause::statements |
Definition at line 2261 of file qqmljsast_p.h.