Uses of Class
de.skuzzle.enforcer.restrictimports.parser.ImportStatement
-
Packages that use ImportStatement Package Description de.skuzzle.enforcer.restrictimports.parser de.skuzzle.enforcer.restrictimports.parser.lang -
-
Uses of ImportStatement in de.skuzzle.enforcer.restrictimports.parser
Methods in de.skuzzle.enforcer.restrictimports.parser that return types with arguments of type ImportStatement Modifier and Type Method Description Collection<ImportStatement>ParsedFile. getImports()Method parameters in de.skuzzle.enforcer.restrictimports.parser with type arguments of type ImportStatement Modifier and Type Method Description static ParsedFileParsedFile. successful(Path path, String declaredPackage, String fqcn, Collection<ImportStatement> imports)Creates aParsedFilefor a source file that was parsed successfully. -
Uses of ImportStatement in de.skuzzle.enforcer.restrictimports.parser.lang
Methods in de.skuzzle.enforcer.restrictimports.parser.lang that return types with arguments of type ImportStatement Modifier and Type Method Description List<ImportStatement>JavaLanguageSupport. parseImport(String line, int lineNumber)List<ImportStatement>KotlinGroovyLanguageSupport. parseImport(String line, int lineNumber)List<ImportStatement>LanguageSupport. parseImport(String importLine, int lineNumber)Extract the package names that this import statement represents.
-