CodeQL library for Swift
codeql/swift-all 2.0.2-dev (changelog, source)
Search

Class Raw::ConcreteVarDecl

INTERNAL: Do not use.

Import path

import codeql.swift.generated.Raw

Direct supertypes

Indirect supertypes

Predicates

getIntroducerInt

Gets the introducer enumeration value.

toString

Inherited predicates

getAccessor

Gets the indexth accessor of this abstract storage declaration (0-based).

from AbstractStorageDecl
getAttachedPropertyWrapperType

Gets the attached property wrapper type of this variable declaration, if it exists.

from VarDecl
getInterfaceType

Gets the interface type of this value declaration.

from ValueDecl
getLocation

Gets the location associated with this element in the code, if it exists.

from Locatable
getMember

Gets the indexth member of this declaration (0-based).

from Decl
getModule

Gets the module of this declaration.

from Decl
getName

Gets the name of this variable declaration.

from VarDecl
getParentInitializer

Gets the parent initializer of this variable declaration, if it exists.

from VarDecl
getParentPattern

Gets the parent pattern of this variable declaration, if it exists.

from VarDecl
getPropertyWrapperBackingVar

Gets the property wrapper backing variable of this variable declaration, if it exists.

from VarDecl
getPropertyWrapperBackingVarBinding

Gets the property wrapper backing variable binding of this variable declaration, if it exists.

from VarDecl
getPropertyWrapperProjectionVar

Gets the property wrapper projection variable of this variable declaration, if it exists.

from VarDecl
getPropertyWrapperProjectionVarBinding

Gets the property wrapper projection variable binding of this variable declaration, if it exists.

from VarDecl
getType

Gets the type of this variable declaration.

from VarDecl
isUnknown

Holds if this element is unknown.

from Element