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(java.lang.String name)Shortcut toNamedSource.setName(String)TypeVariableSource<O>GenericCapableSource. getTypeVariable(java.lang.String name)TypeVariableSource<O>TypeVariableSource. removeBounds()Remove any bounds declared on this type variable.TypeVariableSource<O>TypeVariableSource. setBounds(java.lang.Class<?>... bounds)Set the bounds of this type variable.TypeVariableSource<O>TypeVariableSource. setBounds(java.lang.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 java.util.List<TypeVariableSource<O>>GenericCapableSource. getTypeVariables()
-