Uses of Interface
org.eolang.jeo.representation.bytecode.Codec
Packages that use Codec
Package
Description
Contains classes for generating bytecode in the form of Java classes.
XMIR generation through Xembly directives.
-
Uses of Codec in org.eolang.jeo.representation.bytecode
Classes in org.eolang.jeo.representation.bytecode that implement CodecModifier and TypeClassDescriptionfinal classEO codec.final classPlain codec.final classCodec that saves long as a plain byte array.Methods in org.eolang.jeo.representation.bytecode with parameters of type CodecModifier and TypeMethodDescriptionbyte[]Retrieve the bytes of the value.Represent the value as an object.Constructors in org.eolang.jeo.representation.bytecode with parameters of type Codec -
Uses of Codec in org.eolang.jeo.representation.directives
Methods in org.eolang.jeo.representation.directives with parameters of type Codec