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

Class Raw::UnspecifiedElement

INTERNAL: Do not use.

Import path

import codeql.swift.generated.Raw

Direct supertypes

Indirect supertypes

Predicates

getChild

Gets the indexth child of this unspecified element (0-based).

getError

Gets the error of this unspecified element.

getIndex

Gets the index of this unspecified element, if it exists.

getNumberOfChildren

Gets the number of children of this unspecified element.

getParent

Gets the parent of this unspecified element, if it exists.

getProperty

Gets the property of this unspecified element.

toString

Inherited predicates

getLocation

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

from Locatable
isUnknown

Holds if this element is unknown.

from Element