Class BytecodeObject
java.lang.Object
org.eolang.jeo.representation.bytecode.BytecodeObject
Bytecode value.
Represents a typed value in bytecode format.
- Since:
- 0.6
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BytecodeObject
Constructor.- Parameters:
value
- Value.
-
-
Method Details
-
type
Retrieve the type of the value.- Returns:
- Type.
-
value
Retrieve the value.- Returns:
- Value.
-
encode
Retrieve the bytes of the value.- Parameters:
codec
- Codec.- Returns:
- Bytes.
-