Uses of Interface
org.eolang.opeo.storage.Storage
Packages that use Storage
Package
Description
Package with opeo high-level classes.
Classes for compiling high-level EO programs to low-level EO suitable for jeo-maven-plugin.
Contains classes for working with storage.
-
Uses of Storage in org.eolang.opeo
Constructors in org.eolang.opeo with parameters of type StorageModifierConstructorDescriptionSelectiveDecompiler(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 -
Uses of Storage in org.eolang.opeo.storage
Classes in org.eolang.opeo.storage that implement StorageModifier and TypeClassDescriptionfinal classCompilation storage.final classDecompilation storage.final classDummy storage.final classFile storage.final classStorage that keeps everything in memory.final classLower Opcodes Storage.final classStorage without aliases.Constructors in org.eolang.opeo.storage with parameters of type StorageModifierConstructorDescriptionLowerOpcodesStorage(Storage storage) Constructor.WithoutAliasesStorage(Storage origin) Constructor.