Uses of Interface
org.jboss.forge.parser.java.Import

Packages that use Import
org.jboss.forge.parser.java   
 

Uses of Import in org.jboss.forge.parser.java
 

Methods in org.jboss.forge.parser.java that return Import
 Import Importer.addImport(Class<?> type)
          Add an import for the given Class type.
 Import Importer.addImport(Import imprt)
          Add an import for the given Import type.
 Import Importer.addImport(String className)
          Add an import by qualified class name.
<T extends JavaSource<?>>
Import
Importer.addImport(T type)
          Add an import for the given JavaSource type.
 Import Importer.getImport(Class<?> type)
          Get the Import for the given Class type, if it exists; otherwise, return null;
 Import Importer.getImport(Import imprt)
          Get the Import of the given Import type, if it exists; otherwise, return null;
 Import Importer.getImport(String literalValue)
          Get the Import for the given fully-qualified class name, if it exists; otherwise, return null;
<T extends JavaSource<?>>
Import
Importer.getImport(T type)
          Get the Import for the given T type, if it exists; otherwise, return null;
 Import Import.setName(String name)
           
 Import Import.setStatic(boolean value)
           
 

Methods in org.jboss.forge.parser.java that return types with arguments of type Import
 List<Import> Importer.getImports()
          Get an immutable list of all Imports currently imported by this O
 

Methods in org.jboss.forge.parser.java with parameters of type Import
 Import Importer.addImport(Import imprt)
          Add an import for the given Import type.
 Import Importer.getImport(Import imprt)
          Get the Import of the given Import type, if it exists; otherwise, return null;
 boolean Importer.hasImport(Import imprt)
          Return whether or not this O has the given Import type.
 O Importer.removeImport(Import imprt)
          Remove the given Import from this O instance, if it exists; otherwise, do nothing;
 



Copyright © 2011 Seam Framework. All Rights Reserved.