Module Generics
Provides classes for generic types and methods.
Import path
import semmle.code.cil.Generics
Classes
ConstructedGeneric |
A constructed generic type or method. |
ConstructedMethod |
A constructed generic method. |
ConstructedType |
A constructed generic type. |
Generic |
A generic declaration. Either an unbound generic ( |
UnboundGeneric |
An unbound generic type or method. |
UnboundGenericMethod |
An unbound generic method. |
UnboundGenericType |
An unbound generic type. |