Class BytecodeBytes
- java.lang.Object
-
- org.eolang.jeo.representation.bytecode.BytecodeBytes
-
public final class BytecodeBytes extends Object
Bytecode byte array.- Since:
- 0.8
-
-
Constructor Summary
Constructors Constructor Description BytecodeBytes(String type, byte[] bytes)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
object(Codec codec)
Represent the value as an object.String
type()
Retrieve the type of the value.
-
-
-
Constructor Detail
-
BytecodeBytes
public BytecodeBytes(String type, byte[] bytes)
Constructor.- Parameters:
type
- Value type.bytes
- Value bytes.
-
-