Uses of Interface
org.eolang.opeo.storage.Storage
-
Packages that use Storage Package Description org.eolang.opeo Package with opeo high-level classes.org.eolang.opeo.compilation Classes for compiling high-level EO programs to low-level EO suitable for jeo-maven-plugin.org.eolang.opeo.storage Contains classes for working with storage. -
-
Uses of Storage in org.eolang.opeo
Constructors in org.eolang.opeo with parameters of type Storage Constructor Description SelectiveDecompiler(Storage storage, Storage modified)Constructor.SelectiveDecompiler(Storage storage, Storage modified, String... supported)Constructor. -
Uses of Storage in org.eolang.opeo.compilation
Constructors in org.eolang.opeo.compilation with parameters of type Storage Constructor Description SelectiveCompiler(Storage storage)Constructor. -
Uses of Storage in org.eolang.opeo.storage
Classes in org.eolang.opeo.storage that implement Storage Modifier and Type Class Description classCompilationStorageCompilation storage.classDecompilationStorageDecompilation storage.classDummyStorageDummy storage.classFileStorageFile storage.classInMemoryStorageStorage that keeps everything in memory.classWithoutAliasesStorageStorage without aliases.Constructors in org.eolang.opeo.storage with parameters of type Storage Constructor Description WithoutAliasesStorage(Storage origin)Constructor.
-