Uses of Interface
org.jboss.forge.roaster.model.source.Importer
-
Packages that use Importer Package Description org.jboss.forge.roaster.model.source org.jboss.forge.roaster.model.util -
-
Uses of Importer in org.jboss.forge.roaster.model.source
Subinterfaces of Importer in org.jboss.forge.roaster.model.source Modifier and Type Interface Description static interfaceEnumConstantSource.BodyRepresents the anonymous subclass "body" of anEnumConstantSource.interfaceJavaAnnotationSourceRepresents a Java@interfaceannotation source file as an in-memory modifiable element.interfaceJavaClassSourceRepresents a Javaclasssource file as an in-memory modifiable element.interfaceJavaEnumSourceRepresents a Javaenumsource file as an in-memory modifiable element.interfaceJavaInterfaceSourceRepresents a Javainterfacesource file as an in-memory modifiable element.interfaceJavaPackageInfoSourceRepresents a Java Package Info descriptor source file.interfaceJavaSource<T extends JavaSource<T>>Represents a Java type in source form. -
Uses of Importer in org.jboss.forge.roaster.model.util
Methods in org.jboss.forge.roaster.model.util with parameters of type Importer Modifier and Type Method Description static java.lang.StringTypes. toResolvedType(java.lang.String type, Importer<?> importer)Resolves the given type including generics.
-