Uses of Package
org.eolang.jeo.representation.bytecode
-
Packages that use org.eolang.jeo.representation.bytecode Package Description org.eolang.jeo.representation Package for the representations.org.eolang.jeo.representation.asm Contains classes for working with the ASM library.org.eolang.jeo.representation.bytecode Contains classes for generating bytecode in the form of Java classes.org.eolang.jeo.representation.directives Package for generating XMIR by using ASM library.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 Class useful for generating bytecode for testing purposes.BytecodeLabel Mark label instruction.BytecodeProgram 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 Class useful for generating bytecode for testing purposes.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.BytecodeProgram Bytecode program. -
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 BytecodeAnnotation Bytecode annotation.BytecodeAnnotations Bytecode annotations.BytecodeAnnotationValue Bytecode annotation value.BytecodeAttribute Bytecode attribute.BytecodeAttributes Bytecode attributes.BytecodeClass Class useful for generating bytecode for testing purposes.BytecodeClassProperties Class properties.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.BytecodeMethodParameters Bytecode parameters.BytecodeProgram Bytecode program.BytecodeTryCatchBlock Bytecode try-catch block.