Interface Parameterizable
- All Superinterfaces:
AnnotatedConstruct,Element
- All Known Subinterfaces:
ExecutableElement
A parameterizable element.
-
Method Summary
Methods inherited from interface io.github.potjerodekool.nabu.lang.model.element.AnnotatedConstruct
getAnnotation, getAnnotationMirrors, getAnnotationsByTypeMethods inherited from interface io.github.potjerodekool.nabu.lang.model.element.Element
accept, asType, attribute, builder, exists, getClosestEnclosingClass, getEnclosedElements, getEnclosingElement, getKind, getModifiers, getSimpleName, hasAnnotation, hasFlag, isAbstract, isError, isFinal, isNative, isPrivate, isPublic, isStatic, isSynthetic, isType
-
Method Details
-
getTypeParameters
List<? extends TypeParameterElement> getTypeParameters()- Returns:
- Returns the type parameters.
-