Uses of Interface
org.eolang.jeo.representation.bytecode.Codec
-
Packages that use Codec Package Description org.eolang.jeo.representation.bytecode Contains classes for generating bytecode in the form of Java classes.org.eolang.jeo.representation.directives XMIR generation through Xembly directives. -
-
Uses of Codec in org.eolang.jeo.representation.bytecode
Classes in org.eolang.jeo.representation.bytecode that implement Codec Modifier and Type Class Description classEoCodecEO codec.classJavaCodecPlain codec.classPlainLongCodecCodec that saves long as a plain byte array.Methods in org.eolang.jeo.representation.bytecode with parameters of type Codec Modifier and Type Method Description byte[]BytecodeValue. encode(Codec codec)Retrieve the bytes of the value.ObjectBytecodeBytes. object(Codec codec)Represent the value as an object.Constructors in org.eolang.jeo.representation.bytecode with parameters of type Codec Constructor Description PlainLongCodec(Codec delegate)Constructor. -
Uses of Codec in org.eolang.jeo.representation.directives
Methods in org.eolang.jeo.representation.directives with parameters of type Codec Modifier and Type Method Description StringDirectivesValue. hex(Codec codec)Value of the data.
-