Class BytecodeValue
- java.lang.Object
-
- org.eolang.jeo.representation.bytecode.BytecodeValue
-
public final class BytecodeValue extends Object
Bytecode value. Represents a typed value in bytecode format.- Since:
- 0.6
-
-
Constructor Summary
Constructors Constructor Description BytecodeValue(Object value)Constructor.BytecodeValue(String type, byte[] bytes)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]bytes()Retrieve the bytes of the value.Objectobject()Represent the value as an object.Stringtype()Retrieve the type of the value.
-