qtil
advanced-security/qtil-swift 0.0.3
Search

Class Raw::BorrowExpr

INTERNAL: Do not use. An expression that marks value as borrowed. In the example below, _borrow marks the borrow expression:

let y = ...
let x = _borrow y

Import path

import codeql.swift.generated.Raw

Direct supertypes

Indirect supertypes

Predicates

Inherited predicates

getLocation

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

from Locatable
getSubExpr

Gets the sub expression of this identity expression.

from IdentityExpr
getType

Gets the type of this expression, if it exists.

from Expr
isUnknown

Holds if this element is unknown.

from Element