Uses of Interface
org.eolang.jeo.representation.bytecode.BytecodeEntry
Packages that use BytecodeEntry
Package
Description
Contains classes for generating bytecode in the form of Java classes.
Package for reading XMIR files and converting them into bytecode.
-
Uses of BytecodeEntry in org.eolang.jeo.representation.bytecode
Classes in org.eolang.jeo.representation.bytecode that implement BytecodeEntryModifier and TypeClassDescriptionfinal class
Bytecode frame.final class
Bytecode instruction.final class
Mark label instruction.final class
Bytecode try-catch block.Methods in org.eolang.jeo.representation.bytecode with parameters of type BytecodeEntryModifier and TypeMethodDescriptionBytecodeMethod.entry
(BytecodeEntry entry) Add some bytecode entry.BytecodeMethod.trycatch
(BytecodeEntry entry) Add try-catch block.BytecodeMethodBuilder.trycatch
(BytecodeEntry entry) Add try-catch block.Constructor parameters in org.eolang.jeo.representation.bytecode with type arguments of type BytecodeEntryModifierConstructorDescriptionBytecodeMethod
(List<BytecodeEntry> tryblocks, List<BytecodeEntry> instructions, BytecodeAnnotations annotations, BytecodeMethodProperties properties, List<BytecodeDefaultValue> defvalues, BytecodeMaxs maxs) Constructor. -
Uses of BytecodeEntry in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return BytecodeEntry