| Package | Description |
|---|---|
| org.jboss.forge.roaster.model | |
| org.jboss.forge.roaster.model.source |
| Modifier and Type | Method and Description |
|---|---|
TypeVariable<O> |
GenericCapable.getTypeVariable(String name)
Returns the named
TypeVariable. |
| Modifier and Type | Method and Description |
|---|---|
List<? extends TypeVariable<O>> |
GenericCapable.getTypeVariables()
Returns all the generic types associated with this object
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TypeVariableSource<O extends JavaSource<O>>
Represents a type variable of a
GenericCapableSource JavaSource. |
| Modifier and Type | Method and Description |
|---|---|
T |
GenericCapableSource.removeTypeVariable(TypeVariable<?> typeVariable)
Removes a type variable.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.