Uses of Interface
io.github.mmm.code.api.CodeFile
Packages that use CodeFile
Package
Description
-
Uses of CodeFile in io.github.mmm.code.api
Subinterfaces with type arguments of type CodeFile in io.github.mmm.code.apiModifier and TypeInterfaceDescriptioninterfaceAbstract top-level interface for any item of code as defined by this API.Methods in io.github.mmm.code.api that return CodeFileModifier and TypeMethodDescriptionCodeFile.copy()CodeFile.copy(CodeCopyMapper mapper) CodePathElements.createFile(String simpleName) Attention: This method is just a factory operation.CodePathElements.getOrCreateFile(CodeName path, boolean add) default CodeFileCodePathElements.getOrCreateFile(String path) Methods in io.github.mmm.code.api with parameters of type CodeFileModifier and TypeMethodDescriptiondefault StringCodeContext.getQualifiedName(String simpleName, CodeFile file, boolean omitStandardPackages) -
Uses of CodeFile in io.github.mmm.code.api.imports
Subinterfaces with type arguments of type CodeFile in io.github.mmm.code.api.importsModifier and TypeInterfaceDescriptioninterfaceMethods in io.github.mmm.code.api.imports with parameters of type CodeFileModifier and TypeMethodDescriptionstatic voidCodeImportGeneratorVisitor.createImports(CodeFile file) -
Uses of CodeFile in io.github.mmm.code.api.language
Methods in io.github.mmm.code.api.language with parameters of type CodeFileModifier and TypeMethodDescriptionCodeLanguage.getFileFilename(CodeFile file) JavaLanguage.getFileFilename(CodeFile file) -
Uses of CodeFile in io.github.mmm.code.api.object
Methods in io.github.mmm.code.api.object with parameters of type CodeFile -
Uses of CodeFile in io.github.mmm.code.api.type
Methods in io.github.mmm.code.api.type that return CodeFile