| Package | Description |
|---|---|
| org.jboss.forge.roaster.model |
| Modifier and Type | Method and Description |
|---|---|
Type<O> |
Type.getParentType() |
Type<O> |
Method.getReturnType()
|
Type<O> |
AnnotationElement.getType()
Get this annotation element's
Type. |
Type<O> |
Parameter.getType() |
Type<O> |
Field.getType()
Get this field's
Type. |
Type<O> |
Property.getType()
Get this property's
Type. |
| Modifier and Type | Method and Description |
|---|---|
List<Type<O>> |
TypeVariable.getBounds()
Get the upper bounds of this type variable.
|
List<Type<O>> |
Type.getTypeArguments() |
Copyright © 2014 JBoss by Red Hat. All rights reserved.