Class LowerOpcodesStorage

java.lang.Object
org.eolang.opeo.storage.LowerOpcodesStorage
All Implemented Interfaces:
Storage

public final class LowerOpcodesStorage extends Object implements Storage
Lower Opcodes Storage. This storage transforms all opcode names to lowercase.
Since:
0.4
  • Constructor Details

    • LowerOpcodesStorage

      public LowerOpcodesStorage(Storage storage)
      Constructor.
      Parameters:
      storage - The original storage.
  • Method Details

    • all

      public Stream<XmirEntry> all()
      Description copied from interface: Storage
      Get all XMIRs.
      Specified by:
      all in interface Storage
      Returns:
      All XMIRs
    • save

      public void save(XmirEntry xmir)
      Description copied from interface: Storage
      Save XMIR.
      Specified by:
      save in interface Storage
      Parameters:
      xmir - XMIR to save