jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
java
Target filter
java
Switch theme
Search in API
Skip to content
jmlparser-parent
jmlparser-core
/
com.github.javaparser.resolution.declarations
/
ResolvedTypeParametrizable
Resolved
Type
Parametrizable
interface
ResolvedTypeParametrizable
(
source
)
An entity which has type parameter.
Author
Federico Tomassetti
Inheritors
ResolvedMethodLikeDeclaration
ResolvedRecordDeclaration
ResolvedInterfaceDeclaration
ResolvedClassDeclaration
ResolvedReferenceTypeDeclaration
Members
Functions
find
Type
Parameter
Link copied to clipboard
abstract
fun
findTypeParameter
(
name
:
String
)
:
Optional
<
ResolvedTypeParameterDeclaration
>
Find the closest TypeParameterDeclaration with the given name.
get
Type
Parameters
Link copied to clipboard
abstract
fun
getTypeParameters
(
)
:
List
<
ResolvedTypeParameterDeclaration
>
The list of type parameters defined on this element.
is
Generic
Link copied to clipboard
open
fun
isGeneric
(
)
:
Boolean