Uses of Interface
org.jboss.forge.roaster.model.Type
Packages that use Type
Package
Description
-
Uses of Type in org.jboss.forge.roaster.model
Methods in org.jboss.forge.roaster.model that return TypeModifier and TypeMethodDescriptionType.getParentType()Method.getReturnType()AnnotationElement.getType()Get this annotation element'sType.Field.getType()Get this field'sType.Parameter.getType()Property.getType()Get this property'sType.Methods in org.jboss.forge.roaster.model that return types with arguments of type Type -
Uses of Type in org.jboss.forge.roaster.model.source
Methods in org.jboss.forge.roaster.model.source with parameters of type TypeModifier and TypeMethodDescriptionEnsures the type passed as argument is included in the list of imports for this java source.MethodSource.setReturnType(Type<?> type) Set thisMethodto return the given type. -
Uses of Type in org.jboss.forge.roaster.model.util
Methods in org.jboss.forge.roaster.model.util with parameters of type TypeModifier and TypeMethodDescriptionTypes.rebuildGenericNameWithArrays(String resolvedTypeName, Type<O> type)