| Package | Description |
|---|---|
| org.jboss.forge.roaster.model.source |
| Modifier and Type | Method and Description |
|---|---|
TypeVariableSource<O> |
GenericCapableSource.addTypeVariable()
Adds a type variable.
|
TypeVariableSource<O> |
GenericCapableSource.addTypeVariable(String name)
Shortcut to
NamedSource.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(JavaType<?>... bounds)
Set the bounds of this type variable.
|
TypeVariableSource<O> |
TypeVariableSource.setBounds(String... bounds)
Set the bounds of this type variable.
|
| Modifier and Type | Method and Description |
|---|---|
List<TypeVariableSource<O>> |
GenericCapableSource.getTypeVariables() |
Copyright © 2015 JBoss by Red Hat. All rights reserved.