![]() |
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 846 of file qqmljsast_p.h.
Enumerator | |
---|---|
Declared | |
Injected |
Definition at line 848 of file qqmljsast_p.h.
|
inline |
Definition at line 856 of file qqmljsast_p.h.
|
default |
|
inline |
Definition at line 862 of file qqmljsast_p.h.
QString QQmlJS::AST::BoundName::id |
Definition at line 853 of file qqmljsast_p.h.
QQmlJS::SourceLocation QQmlJS::AST::BoundName::location |
Definition at line 854 of file qqmljsast_p.h.
QTaggedPointer<TypeAnnotation, Type> QQmlJS::AST::BoundName::typeAnnotation |
Definition at line 855 of file qqmljsast_p.h.