![]() |
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 | |
| UiImport (QStringView fileName) | |
| UiImport (UiQualifiedId *uri) | |
| 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 | |
| QStringView | fileName |
| UiQualifiedId * | importUri |
| QStringView | importId |
| SourceLocation | importToken |
| SourceLocation | fileNameToken |
| SourceLocation | asToken |
| SourceLocation | importIdToken |
| SourceLocation | semicolonToken |
| UiVersionSpecifier * | version = nullptr |
| Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 3071 of file qqmljsast_p.h.
|
inline |
Definition at line 3076 of file qqmljsast_p.h.
|
inline |
Definition at line 3080 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1322 of file qqmljsast.cpp.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 3086 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 3089 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::UiImport::asToken |
Definition at line 3098 of file qqmljsast_p.h.
| QStringView QQmlJS::AST::UiImport::fileName |
Definition at line 3093 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::UiImport::fileNameToken |
Definition at line 3097 of file qqmljsast_p.h.
| QStringView QQmlJS::AST::UiImport::importId |
Definition at line 3095 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::UiImport::importIdToken |
Definition at line 3099 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::UiImport::importToken |
Definition at line 3096 of file qqmljsast_p.h.
| UiQualifiedId* QQmlJS::AST::UiImport::importUri |
Definition at line 3094 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::UiImport::semicolonToken |
Definition at line 3100 of file qqmljsast_p.h.
| UiVersionSpecifier* QQmlJS::AST::UiImport::version = nullptr |
Definition at line 3101 of file qqmljsast_p.h.