Uses of Interface
org.jboss.forge.roaster.model.source.TypeVariableSource
-
Packages that use TypeVariableSource Package Description org.jboss.forge.roaster.model.source -
-
Uses of TypeVariableSource in org.jboss.forge.roaster.model.source
Methods in org.jboss.forge.roaster.model.source that return TypeVariableSource Modifier and Type Method Description TypeVariableSource<O>GenericCapableSource. addTypeVariable()Adds a type variable.TypeVariableSource<O>GenericCapableSource. addTypeVariable(String name)Shortcut toNamedSource.setName(String)TypeVariableSource<O>GenericCapableSource. getTypeVariable(String name)TypeVariableSource<O>TypeVariableSource. removeBounds()Remove any bounds declared on this type variable.TypeVariableSource<O>TypeVariableSource. setBounds(Class<?>... bounds)Set the bounds of this type variable.TypeVariableSource<O>TypeVariableSource. setBounds(String... bounds)Set the bounds of this type variable.TypeVariableSource<O>TypeVariableSource. setBounds(JavaType<?>... bounds)Set the bounds of this type variable.Methods in org.jboss.forge.roaster.model.source that return types with arguments of type TypeVariableSource Modifier and Type Method Description List<TypeVariableSource<O>>GenericCapableSource. getTypeVariables()
-