![]() |
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 Types | |
| enum | Type { Declared , Injected } |
Public Member Functions | |
| BoundName (const QString &id, const QQmlJS::SourceLocation &location, TypeAnnotation *typeAnnotation, Type type=Declared) | |
| BoundName ()=default | |
| bool | isInjected () const |
Public Attributes | |
| QString | id |
| QQmlJS::SourceLocation | location |
| QTaggedPointer< TypeAnnotation, Type > | typeAnnotation |
Definition at line 850 of file qqmljsast_p.h.
| Enumerator | |
|---|---|
| Declared | |
| Injected | |
Definition at line 852 of file qqmljsast_p.h.
|
inline |
Definition at line 860 of file qqmljsast_p.h.
|
default |
|
inline |
Definition at line 866 of file qqmljsast_p.h.
| QString QQmlJS::AST::BoundName::id |
Definition at line 857 of file qqmljsast_p.h.
| QQmlJS::SourceLocation QQmlJS::AST::BoundName::location |
Definition at line 858 of file qqmljsast_p.h.
| QTaggedPointer<TypeAnnotation, Type> QQmlJS::AST::BoundName::typeAnnotation |
Definition at line 859 of file qqmljsast_p.h.