qtil
advanced-security/qtil-swift 0.0.3
Search

Class Raw::ModuleDecl

INTERNAL: Do not use.

Import path

import codeql.swift.generated.Raw

Direct supertypes

Indirect supertypes

Predicates

getAnExportedModule

Gets the indexth exported module of this module declaration (0-based). Gets any of the exported modules of this module declaration.

getAnImportedModule

Gets the indexth imported module of this module declaration (0-based). Gets any of the imported modules of this module declaration.

isBuiltinModule

Holds if this module is the built-in one.

isSystemModule

Holds if this module is a system one.

toString

Inherited predicates

getInheritedType

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

from TypeDecl
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 type declaration.

from TypeDecl
isUnknown

Holds if this element is unknown.

from Element