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

Class Raw::DefaultArgumentExpr

INTERNAL: Do not use.

Import path

import codeql.swift.generated.Raw

Direct supertypes

Indirect supertypes

Predicates

getCallerSideDefault

Gets the caller side default of this default argument expression, if it exists.

getParamDecl

Gets the parameter declaration of this default argument expression.

getParamIndex

Gets the parameter index of this default argument expression.

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