Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeLabel
Packages that use BytecodeLabel
Package
Description
Contains classes for working with the ASM library.
Contains classes for generating bytecode in the form of Java classes.
Package for generating XMIR by using ASM library.
Package for reading XMIR files and converting them into bytecode.
-
Uses of BytecodeLabel in org.eolang.jeo.representation.asm
Methods in org.eolang.jeo.representation.asm with parameters of type BytecodeLabelModifier and TypeMethodDescriptionorg.objectweb.asm.Label
AsmLabels.label
(BytecodeLabel label) Get label by UID. -
Uses of BytecodeLabel in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return types with arguments of type BytecodeLabelModifier and TypeMethodDescriptionBytecodeEntry.jumps()
Jump to a label.BytecodeFrame.jumps()
BytecodeInstruction.jumps()
Jump to a label.BytecodeLabel.jumps()
BytecodeLine.jumps()
BytecodeTryCatchBlock.jumps()
Constructors in org.eolang.jeo.representation.bytecode with parameters of type BytecodeLabelModifierConstructorDescriptionBytecodeTryCatchBlock
(BytecodeLabel startlabel, BytecodeLabel endlabel, BytecodeLabel handlerlabel, String exception) Constructor.LocalVariable
(int index, String name, String descriptor, String signature, BytecodeLabel start, BytecodeLabel end) Constructor. -
Uses of BytecodeLabel in org.eolang.jeo.representation.directives
Constructors in org.eolang.jeo.representation.directives with parameters of type BytecodeLabelModifierConstructorDescriptionDirectivesTryCatch
(BytecodeLabel start, BytecodeLabel end, BytecodeLabel handler, String type) Constructor. -
Uses of BytecodeLabel in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return BytecodeLabel