Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQmlJSScope::JavaScriptIdentifier Struct Reference

#include <qqmljsscope_p.h>

Collaboration diagram for QQmlJSScope::JavaScriptIdentifier:

Public Types

enum  Kind { Parameter , FunctionScoped , LexicalScoped , Injected }

Public Attributes

Kind kind = FunctionScoped
QQmlJS::SourceLocation location
std::optional< QStringtypeName
bool isConst = false
QQmlJSScope::WeakConstPtr scope = {}

Detailed Description

Definition at line 129 of file qqmljsscope_p.h.

Member Enumeration Documentation

◆ Kind

Enumerator
Parameter 
FunctionScoped 
LexicalScoped 
Injected 

Definition at line 131 of file qqmljsscope_p.h.

Member Data Documentation

◆ isConst

bool QQmlJSScope::JavaScriptIdentifier::isConst = false

Definition at line 141 of file qqmljsscope_p.h.

◆ kind

Kind QQmlJSScope::JavaScriptIdentifier::kind = FunctionScoped

Definition at line 138 of file qqmljsscope_p.h.

◆ location

QQmlJS::SourceLocation QQmlJSScope::JavaScriptIdentifier::location

Definition at line 139 of file qqmljsscope_p.h.

◆ scope

QQmlJSScope::WeakConstPtr QQmlJSScope::JavaScriptIdentifier::scope = {}

Definition at line 142 of file qqmljsscope_p.h.

◆ typeName

std::optional<QString> QQmlJSScope::JavaScriptIdentifier::typeName

Definition at line 140 of file qqmljsscope_p.h.


The documentation for this struct was generated from the following file: