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

Class Raw::PropertyWrapperValuePlaceholderExpr

INTERNAL: Do not use. A placeholder substituting property initializations with = when the property has a property wrapper with an initializer.

Import path

import codeql.swift.generated.Raw

Direct supertypes

Indirect supertypes

Predicates

getPlaceholder

Gets the placeholder of this property wrapper value placeholder expression.

getWrappedValue

Gets the wrapped value of this property wrapper value placeholder expression, if it exists.

toString

Inherited predicates

getLocation

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

from Locatable
getType

Gets the type of this expression, if it exists.

from Expr
isUnknown

Holds if this element is unknown.

from Element