Package org.jboss.forge.roaster.model
Interface TypeVariable<O extends JavaType<O>>
-
- All Known Subinterfaces:
TypeVariableSource<O>
public interface TypeVariable<O extends JavaType<O>> extends Named, Internal, Origin<O>
Represents a type variable of aGenericCapableJavaType.- Author:
- mbenson
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Type<O>>getBounds()Get the upper bounds of this type variable.-
Methods inherited from interface org.jboss.forge.roaster.Internal
getInternal
-
-