Interface ITypeParameterizedMember
- All Known Implementing Classes:
ArrayCloneMethod,AsmClass,AsmMethod,ClassType,GetClassMethod,Method,ParameterizedClass,ParameterizedMethod,PolymorphicSignatureMethod,RawClass,RawMethod
public interface ITypeParameterizedMember
Created by covers1624 on 23/12/21.
-
Method Summary
Modifier and TypeMethodDescriptiondefault intdefault boolean
-
Method Details
-
hasTypeParameters
default boolean hasTypeParameters() -
getTypeParameterCount
default int getTypeParameterCount() -
getTypeParameters
List<TypeParameter> getTypeParameters()
-