Uses of Class
io.github.mmm.code.base.BasePackage
Packages that use BasePackage
Package
Description
-
Uses of BasePackage in io.github.mmm.code.base
Methods in io.github.mmm.code.base that return BasePackageModifier and TypeMethodDescriptionBasePackage.copy()BasePackage.copy(io.github.mmm.code.api.copy.CodeCopyMapper mapper) BasePathElements.createPackage(String simpleName) BasePathElements.getOrCreatePackage(io.github.mmm.code.api.CodeName path, boolean add) BasePathElements.getOrCreatePackage(io.github.mmm.code.api.CodeName path, boolean add, boolean init) protected BasePackageBasePathElements.getOrCreatePackage(io.github.mmm.code.api.CodeName path, boolean add, boolean init, boolean forceAdd) protected static BasePackageBasePathElementAccess.getPackage(BasePathElements start, io.github.mmm.code.api.CodeName path, boolean init, BiFunction<BasePackage, String, BasePackage> factory, boolean add, boolean forceAdd) Attention: This is an internal API that should not be used from outside.BasePathElements.getPackage(io.github.mmm.code.api.CodeName path) BasePathElements.getPackage(io.github.mmm.code.api.CodeName path, boolean init) BasePathElements.getPackage(io.github.mmm.code.api.CodeName path, boolean init, BiFunction<BasePackage, String, BasePackage> factory, boolean add) protected BasePackageBasePathElements.getPackage(io.github.mmm.code.api.CodeName path, boolean init, BiFunction<BasePackage, String, BasePackage> factory, boolean add, boolean forceAdd) Attention: This is an internal API that should not be used from outside.BasePathElements.getPackage(String simpleName) BasePathElements.getPackage(String simpleName, boolean init) BaseFile.getParent()BasePathElements.getParent()BasePackage.getSourceCodeObject()Methods in io.github.mmm.code.base with parameters of type BasePackageModifier and TypeMethodDescriptionprotected voidBasePathElement.doSetParentPackage(BasePackage newParentPkg) Method parameters in io.github.mmm.code.base with type arguments of type BasePackageModifier and TypeMethodDescriptionprotected static BasePackageBasePathElementAccess.getPackage(BasePathElements start, io.github.mmm.code.api.CodeName path, boolean init, BiFunction<BasePackage, String, BasePackage> factory, boolean add, boolean forceAdd) Attention: This is an internal API that should not be used from outside.protected static BasePackageBasePathElementAccess.getPackage(BasePathElements start, io.github.mmm.code.api.CodeName path, boolean init, BiFunction<BasePackage, String, BasePackage> factory, boolean add, boolean forceAdd) Attention: This is an internal API that should not be used from outside.BasePathElements.getPackage(io.github.mmm.code.api.CodeName path, boolean init, BiFunction<BasePackage, String, BasePackage> factory, boolean add) BasePathElements.getPackage(io.github.mmm.code.api.CodeName path, boolean init, BiFunction<BasePackage, String, BasePackage> factory, boolean add) protected BasePackageBasePathElements.getPackage(io.github.mmm.code.api.CodeName path, boolean init, BiFunction<BasePackage, String, BasePackage> factory, boolean add, boolean forceAdd) Attention: This is an internal API that should not be used from outside.protected BasePackageBasePathElements.getPackage(io.github.mmm.code.api.CodeName path, boolean init, BiFunction<BasePackage, String, BasePackage> factory, boolean add, boolean forceAdd) Attention: This is an internal API that should not be used from outside.Constructors in io.github.mmm.code.base with parameters of type BasePackageModifierConstructorDescriptionBaseFile(BasePackage parentPackage, Class<?> reflectiveObject, Supplier<BaseFile> sourceSupplier) The constructor.BaseFile(BasePackage parentPackage, String simpleName) The constructor.BasePackage(BasePackage template, io.github.mmm.code.api.copy.CodeCopyMapper mapper) The copy-constructor.BasePackage(BasePackage parentPackage, String simpleName) The constructor.BasePackage(BasePackage parentPackage, String simpleName, Package reflectiveObject, Supplier<BasePackage> sourceSupplier, boolean systemImmutable) The constructor.BasePathElement(BasePackage parentPackage, String simpleName) The constructor.BasePathElements(BasePackage parent) The constructor.Constructor parameters in io.github.mmm.code.base with type arguments of type BasePackageModifierConstructorDescriptionBasePackage(BasePackage parentPackage, String simpleName, Package reflectiveObject, Supplier<BasePackage> sourceSupplier, boolean systemImmutable) The constructor. -
Uses of BasePackage in io.github.mmm.code.base.element
Methods in io.github.mmm.code.base.element that return BasePackageMethods in io.github.mmm.code.base.element with parameters of type BasePackageModifier and TypeMethodDescriptionprotected voidBaseElementWithQualifiedName.doSetParentPackage(BasePackage parentPkg) Internal variant ofBaseElementWithQualifiedName.setParentPackage(CodePackage).Constructors in io.github.mmm.code.base.element with parameters of type BasePackageModifierConstructorDescriptionBaseElementWithQualifiedName(BasePackage parentPackage, String simpleName) The constructor. -
Uses of BasePackage in io.github.mmm.code.base.loader
Methods in io.github.mmm.code.base.loader with parameters of type BasePackageModifier and TypeMethodDescriptionvoidBaseSourceLoader.scan(BasePackage pkg) voidBaseSourceLoaderRootPackage.scan(BasePackage pkg) -
Uses of BasePackage in io.github.mmm.code.base.parser
Methods in io.github.mmm.code.base.parser with parameters of type BasePackageModifier and TypeMethodDescriptionvoidSourceCodeParser.parsePackage(Reader reader, BasePackage pkg) -
Uses of BasePackage in io.github.mmm.code.base.source
Methods in io.github.mmm.code.base.source that return BasePackage -
Uses of BasePackage in io.github.mmm.code.base.type
Methods in io.github.mmm.code.base.type that return BasePackage