Interface ResolvedTypeParametrizable

    • Method Detail

      • findTypeParameter

        java.util.Optional<ResolvedTypeParameterDeclaration> findTypeParameter​(java.lang.String name)
        Find the closest TypeParameterDeclaration with the given name. It first look on this element itself and then on the containers.
      • isGeneric

        default boolean isGeneric()