Class Bytecode

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

public final class Bytecode extends Object
Java bytecode.
Since:
0.1.0
  • Constructor Details

    • Bytecode

      public Bytecode(byte[] bytes)
      Constructor.
      Parameters:
      bytes - Bytecode bytes.
  • Method Details

    • bytes

      public byte[] bytes()
      Get as bytes.
      Returns:
      Bytecode bytes.
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object