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 boolean@Nullable TypeParameterresolveTypeParameter(String identifier)
-
Method Details
-
hasTypeParameters
default boolean hasTypeParameters() -
getTypeParameters
List<TypeParameter> getTypeParameters() -
resolveTypeParameter
-