INTERNAL: Do not use.
Import path
import codeql.swift.generated.RawDirect supertypes
Indirect supertypes
Predicates
| isDidSet | Holds if this accessor is a |
| isDistributedGet | Holds if this accessor is a distributed getter. |
| isGetter | Holds if this accessor is a getter. |
| isInit | Holds if this accessor is an |
| isModify | Holds if this accessor is a |
| isModify2 | Holds if this accessor is a |
| isRead | Holds if this accessor is a |
| isRead2 | 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 |
| getNumberOfCaptures | Gets the number of captures of this callable. | from Callable |
| getNumberOfGenericTypeParams | Gets the number of generic type parameters of this generic context. | from GenericContext |
| getNumberOfMembers | Gets the number of members of this declaration. | from Decl |
| getNumberOfParams | Gets the number of parameters of this callable. | 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 |