Uses of Class
org.fife.rsta.ac.java.rjc.ast.ImportDeclaration
Packages that use ImportDeclaration
Package
Description
Java code completion classes.
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 ImportDeclarationModifier and TypeMethodDescriptionJarManager.getClassesWithUnqualifiedName(String name, 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 ImportDeclarationMethods in org.fife.rsta.ac.java.rjc.ast that return types with arguments of type ImportDeclarationModifier and TypeMethodDescriptionCompilationUnit.getImportIterator()CompilationUnit.getImports()Returns the import declarations of this compilation unit.Methods in org.fife.rsta.ac.java.rjc.ast with parameters of type ImportDeclarationModifier and TypeMethodDescriptionvoidCompilationUnit.addImportDeclaration(ImportDeclaration dec) Adds an import declaration to this compilation unit.