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.BytecodeAnnotationValue Bytecode annotation value.BytecodeAttribute Bytecode attribute.BytecodeClass Bytecode representation of a Java class.BytecodeLabel Mark label instruction.BytecodeModule Bytecode module.BytecodeObject Bytecode program.BytecodeUnknownAttribute Unknown custom attribute. -
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.BytecodeRecordComponent The record component of a record class.BytecodeTypeAnnotation Bytecode type annotation.BytecodeTypeAnnotations Bytecode type annotations.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.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.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.BytecodeModule Bytecode module.BytecodeModuleExported A node that represents an exported package with its name and the module that can access to it.BytecodeObject Bytecode program.BytecodeParamAnnotations Bytecode parameter annotations.BytecodeTryCatchBlock Bytecode try-catch block.BytecodeUnknownAttribute Unknown custom attribute.