Uses of Package
org.eolang.jeo.representation.bytecode
-
Packages that use org.eolang.jeo.representation.bytecode Package Description org.eolang.jeo.representation Core representation classes for Java bytecode and XMIR conversion.org.eolang.jeo.representation.asm ASM library integration for bytecode manipulation.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.org.eolang.jeo.representation.xmir Package for reading XMIR files and converting them into bytecode. -
Classes in org.eolang.jeo.representation.bytecode used by org.eolang.jeo.representation Class Description Bytecode Java bytecode. -
Classes in org.eolang.jeo.representation.bytecode used by org.eolang.jeo.representation.asm Class Description BytecodeAnnotations Bytecode annotations.BytecodeClass Bytecode representation of a Java class.BytecodeLabel Mark label instruction.BytecodeObject Bytecode program. -
Classes in org.eolang.jeo.representation.bytecode used by org.eolang.jeo.representation.bytecode Class Description Bytecode Java bytecode.BytecodeAnnotation Bytecode annotation.BytecodeAnnotations Bytecode annotations.BytecodeAnnotationValue Bytecode annotation value.BytecodeAttribute Bytecode attribute.BytecodeAttributes Bytecode attributes.BytecodeClass Bytecode representation of a Java class.BytecodeClassProperties Class properties.BytecodeDefaultValue Bytecode default value.BytecodeEntry Bytecode instruction or a label.BytecodeLabel Mark label instruction.BytecodeMaxs Bytecode maxs.BytecodeMethod Bytecode method.BytecodeMethodBuilder Bytecode method builder.BytecodeMethodParameter Bytecode method parameter.BytecodeMethodParameters Bytecode parameters.BytecodeMethodProperties Bytecode method properties.BytecodeObject Bytecode program.Codec Classes that can transform objects to byte arrays and vice versa. -
Classes in org.eolang.jeo.representation.bytecode used by org.eolang.jeo.representation.directives Class Description BytecodeLabel Mark label instruction.BytecodeValue Bytecode value. -
Classes in org.eolang.jeo.representation.bytecode used by org.eolang.jeo.representation.xmir Class Description BytecodeAnnotations Bytecode annotations.BytecodeAnnotationValue Bytecode annotation value.BytecodeAttribute Bytecode attribute.BytecodeAttributes Bytecode attributes.BytecodeClass Bytecode representation of a Java class.BytecodeDefaultValue Bytecode default value.BytecodeEntry Bytecode instruction or a label.BytecodeField Bytecode field.BytecodeFrame Bytecode frame.BytecodeInstruction Bytecode instruction.BytecodeLabel Mark label instruction.BytecodeMaxs Bytecode maxs.BytecodeMethod Bytecode method.BytecodeMethodParameter Bytecode method parameter.BytecodeObject Bytecode program.BytecodeTryCatchBlock Bytecode try-catch block.