Interface TypeParam
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
TypeParamImpl
public interface TypeParam extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Namename()TokenstarToken()TypeAnnotationtypeAnnotation()
-
-
-
Method Detail
-
starToken
@CheckForNull Token starToken()
-
name
Name name()
-
typeAnnotation
@CheckForNull TypeAnnotation typeAnnotation()
-
-