Uses of Interface
org.jboss.forge.roaster.model.TypeVariable
-
Packages that use TypeVariable Package Description org.jboss.forge.roaster.model org.jboss.forge.roaster.model.source -
-
Uses of TypeVariable in org.jboss.forge.roaster.model
Methods in org.jboss.forge.roaster.model that return TypeVariable Modifier and Type Method Description TypeVariable<O>GenericCapable. getTypeVariable(java.lang.String name)Returns the namedTypeVariable.Methods in org.jboss.forge.roaster.model that return types with arguments of type TypeVariable Modifier and Type Method Description java.util.List<? extends TypeVariable<O>>GenericCapable. getTypeVariables()Returns all the generic types associated with this object -
Uses of TypeVariable in org.jboss.forge.roaster.model.source
Subinterfaces of TypeVariable in org.jboss.forge.roaster.model.source Modifier and Type Interface Description interfaceTypeVariableSource<O extends JavaSource<O>>Represents a type variable of aGenericCapableSourceJavaSource.Methods in org.jboss.forge.roaster.model.source with parameters of type TypeVariable Modifier and Type Method Description TGenericCapableSource. removeTypeVariable(TypeVariable<?> typeVariable)Removes a type variable.
-