Class Raw::ImportDecl
INTERNAL: Do not use.
Import path
import codeql.swift.generated.RawDirect supertypes
Predicates
| getDeclaration | Gets the |
| getImportedModule | Gets the imported module of this import declaration, if it exists. |
| getNumberOfDeclarations | Gets the number of declarations of this import declaration. |
| isExported | Holds if this import declaration is exported. |
| toString |
Inherited predicates
| getLocation | Gets the location associated with this element in the code, if it exists. | from Locatable |
| getMember | Gets the | from Decl |
| getModule | Gets the module of this declaration. | from Decl |
| getNumberOfMembers | Gets the number of members of this declaration. | from Decl |
| isUnknown | Holds if this element is unknown. | from Element |