Uses of Class
org.faktorips.codegen.ImportDeclaration
Packages that use ImportDeclaration
-
Uses of ImportDeclaration in org.faktorips.codegen
Methods in org.faktorips.codegen that return ImportDeclarationModifier and TypeMethodDescriptionJavaCodeFragment.getImportDeclaration()Returns the import declaration needed to compile the source code.JavaCodeFragment.getImportDeclaration(String packageName) Returns the import declaration needed to compile the source code.ImportDeclaration.getUncoveredImports(ImportDeclaration importsToTest) Returns those imports in theimportsToTestdeclaration that are not covered this one.Methods in org.faktorips.codegen with parameters of type ImportDeclarationModifier and TypeMethodDescriptionvoidImportDeclaration.add(ImportDeclaration decl) Adds all imports in the given import declaration to this declaration.ImportDeclaration.getUncoveredImports(ImportDeclaration importsToTest) Returns those imports in theimportsToTestdeclaration that are not covered this one.Constructors in org.faktorips.codegen with parameters of type ImportDeclarationModifierConstructorDescriptionCopy constructor.ImportDeclaration(ImportDeclaration decl, String packageName) Constructs a new import declaration that contains all import statements from the given declaration that are not covered by the package.JavaCodeFragment(String sourcecode, ImportDeclaration importDecl) Creates a new JavaCodeFragment with the indicated source code and import declaration.