| Package | Description |
|---|---|
| org.jboss.forge.roaster.model | |
| org.jboss.forge.roaster.model.source | |
| org.jboss.forge.roaster.model.util |
| Modifier and Type | Method and Description |
|---|---|
Type<O> |
Type.getParentType() |
Type<O> |
Method.getReturnType()
|
Type<O> |
Property.getType()
Get this property's
Type. |
Type<O> |
Field.getType()
Get this field's
Type. |
Type<O> |
AnnotationElement.getType()
Get this annotation element's
Type. |
Type<O> |
Parameter.getType() |
| Modifier and Type | Method and Description |
|---|---|
List<Type<O>> |
TypeVariable.getBounds()
Get the upper bounds of this type variable.
|
List<Type<O>> |
Type.getTypeArguments() |
| Modifier and Type | Method and Description |
|---|---|
Import |
Importer.addImport(Type<?> type)
Ensures the type passed as argument is included in the list of imports for this java source.
|
MethodSource<O> |
MethodSource.setReturnType(Type<?> type)
Set this
Method to return the given type. |
| Modifier and Type | Method and Description |
|---|---|
static <O extends JavaType<O>> |
Types.rebuildGenericNameWithArrays(String resolvedTypeName,
Type<O> type) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.