Uses of Class
org.fife.rsta.ac.java.rjc.ast.ImportDeclaration
-
Packages that use ImportDeclaration Package Description org.fife.rsta.ac.java Java code completion classes.org.fife.rsta.ac.java.rjc.ast Nodes making an abstract syntax tree for Java code. -
-
Uses of ImportDeclaration in org.fife.rsta.ac.java
Method parameters in org.fife.rsta.ac.java with type arguments of type ImportDeclaration Modifier and Type Method Description java.util.List<ClassFile>JarManager. getClassesWithUnqualifiedName(java.lang.String name, java.util.List<ImportDeclaration> importDeclarations)Returns a list of all classes/interfaces/enums with a given (unqualified) name. -
Uses of ImportDeclaration in org.fife.rsta.ac.java.rjc.ast
Fields in org.fife.rsta.ac.java.rjc.ast with type parameters of type ImportDeclaration Modifier and Type Field Description private java.util.List<ImportDeclaration>CompilationUnit. importsMethods in org.fife.rsta.ac.java.rjc.ast that return types with arguments of type ImportDeclaration Modifier and Type Method Description java.util.Iterator<ImportDeclaration>CompilationUnit. getImportIterator()java.util.List<ImportDeclaration>CompilationUnit. getImports()Returns the import declarations of this compilation unit.Methods in org.fife.rsta.ac.java.rjc.ast with parameters of type ImportDeclaration Modifier and Type Method Description voidCompilationUnit. addImportDeclaration(ImportDeclaration dec)Adds an import declaration to this compilation unit.
-