Package org.jboss.forge.roaster.model
Interface TypeVariable<O extends JavaType<O>>
- All Known Subinterfaces:
TypeVariableSource<O>
Represents a type variable of a
GenericCapable JavaType.- Author:
- mbenson
-
Method Summary
Methods inherited from interface org.jboss.forge.roaster.Internal
getInternal
-
Method Details
-
getBounds
Get the upper bounds of this type variable.- Returns:
- (possibly empty) Type[]
-