![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Collaboration diagram for QQmlJS::AST::BoundName: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 839 of file qqmljsast_p.h.
| Enumerator | |
|---|---|
| Declared | |
| Injected | |
Definition at line 841 of file qqmljsast_p.h.
|
inline |
Definition at line 849 of file qqmljsast_p.h.
|
default |
|
inline |
Definition at line 855 of file qqmljsast_p.h.
References QTaggedPointer< T, Tag >::tag().
Here is the call graph for this function:| QString QQmlJS::AST::BoundName::id |
Definition at line 846 of file qqmljsast_p.h.
| QQmlJS::SourceLocation QQmlJS::AST::BoundName::location |
Definition at line 847 of file qqmljsast_p.h.
| QTaggedPointer<TypeAnnotation, Type> QQmlJS::AST::BoundName::typeAnnotation |
Definition at line 848 of file qqmljsast_p.h.