Class Bytecode
- java.lang.Object
-
- org.eolang.jeo.representation.bytecode.Bytecode
-
public final class Bytecode extends Object
Java bytecode.- Since:
- 0.1.0
-
-
Constructor Summary
Constructors Constructor Description Bytecode(byte[] bytes)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]asBytes()Get as bytes.booleanequals(Object other)inthashCode()StringtoString()
-