Class BytecodeBytes

java.lang.Object
org.eolang.jeo.representation.bytecode.BytecodeBytes

public final class BytecodeBytes extends Object
Bytecode byte array.
Since:
0.8
  • Constructor Details

    • BytecodeBytes

      public BytecodeBytes(String type, byte[] bytes)
      Constructor.
      Parameters:
      type - Value type.
      bytes - Value bytes.
  • Method Details

    • object

      public Object object(Codec codec)
      Represent the value as an object.
      Parameters:
      codec - Codec.
      Returns:
      Object.
    • type

      public String type()
      Retrieve the type of the value.
      Returns:
      Type.