Uses of Interface
org.jboss.forge.roaster.model.TypeVariable
Packages that use TypeVariable
-
Uses of TypeVariable in org.jboss.forge.roaster.model
Methods in org.jboss.forge.roaster.model that return TypeVariableModifier and TypeMethodDescriptionGenericCapable.getTypeVariable(String name) Returns the namedTypeVariable.Methods in org.jboss.forge.roaster.model that return types with arguments of type TypeVariableModifier and TypeMethodDescriptionList<? 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.sourceModifier and TypeInterfaceDescriptioninterfaceTypeVariableSource<O extends JavaSource<O>>Represents a type variable of aGenericCapableSourceJavaSource.Methods in org.jboss.forge.roaster.model.source with parameters of type TypeVariableModifier and TypeMethodDescriptionGenericCapableSource.removeTypeVariable(TypeVariable<?> typeVariable) Removes a type variable.