Class Raw::ParameterizedProtocolType
INTERNAL: Do not use.
A sugar type of the form P<X> with P a protocol.
If P has primary associated type A, then T: P<X> is a shortcut for T: P where T.A == X.
Import path
import codeql.swift.generated.RawDirect supertypes
Predicates
| getArg | Gets the |
| getBase | Gets the base of this parameterized protocol type. |
| getNumberOfArgs | Gets the number of arguments of this parameterized protocol type. |
| toString |