INTERNAL: Do not use.
Import path
import codeql.swift.generated.RawDirect supertypes
Indirect supertypes
Predicates
| isDidSet | Holds if this accessor is a |
| isGetter | Holds if this accessor is a getter. |
| isModify | Holds if this accessor is a |
| isRead | Holds if this accessor is a |
| isSetter | Holds if this accessor is a setter. |
| isUnsafeAddress | Holds if this accessor is an |
| isUnsafeMutableAddress | Holds if this accessor is an |
| isWillSet | Holds if this accessor is a |
| toString |
Inherited predicates
| getBody | Gets the body of this callable, if it exists. | from Callable |
| getCapture | Gets the | from Callable |
| getGenericTypeParam | Gets the | from GenericContext |
| 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 | from Decl |
| getModule | Gets the module of this declaration. | from Decl |
| getName | Gets the name of this callable, if it exists. | from Callable |
| getParam | Gets the | from Callable |
| getSelfParam | Gets the self parameter of this callable, if it exists. | from Callable |
| isUnknown | Holds if this element is unknown. | from Element |