Package org.eolang.opeo.storage
Class WithoutAliasesStorage
- java.lang.Object
-
- org.eolang.opeo.storage.WithoutAliasesStorage
-
- All Implemented Interfaces:
Storage
public final class WithoutAliasesStorage extends Object implements Storage
Storage without aliases.- Since:
- 0.4
- To do:
- #355:30min Remove the crutch related to aliases.
We use
WithoutAliasesclass here and in theSelectiveDecompilerto avoid the problem related to redundant aliases in the XMIR. We should add aliases only when they are needed. This is the similar problem to the one described in the issue
-
-
Constructor Summary
Constructors Constructor Description WithoutAliasesStorage(Storage origin)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<XmirEntry>all()Get all XMIRs.voidsave(XmirEntry xmir)Save XMIR.
-