Uses of Interface
org.jboss.forge.roaster.model.Type
-
Packages that use Type Package Description org.jboss.forge.roaster.model org.jboss.forge.roaster.model.source org.jboss.forge.roaster.model.util -
-
Uses of Type in org.jboss.forge.roaster.model
Methods in org.jboss.forge.roaster.model that return Type Modifier and Type Method Description Type<O>Type. getParentType()Type<O>Method. getReturnType()Type<O>AnnotationElement. getType()Get this annotation element'sType.Type<O>Field. getType()Get this field'sType.Type<O>Parameter. getType()Type<O>Property. getType()Get this property'sType.Methods in org.jboss.forge.roaster.model that return types with arguments of type Type Modifier and Type Method Description java.util.List<Type<O>>TypeVariable. getBounds()Get the upper bounds of this type variable.java.util.List<Type<O>>Type. getTypeArguments() -
Uses of Type in org.jboss.forge.roaster.model.source
Methods in org.jboss.forge.roaster.model.source with parameters of type Type Modifier and Type Method Description ImportImporter. 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 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 Type Modifier and Type Method Description static <O extends JavaType<O>>
java.lang.StringTypes. rebuildGenericNameWithArrays(java.lang.String resolvedTypeName, Type<O> type)
-