Class BytecodeLabelEntry
- java.lang.Object
-
- org.eolang.jeo.representation.bytecode.BytecodeLabelEntry
-
- All Implemented Interfaces:
BytecodeEntry
public final class BytecodeLabelEntry extends Object implements BytecodeEntry
Mark label instruction.- Since:
- 0.1
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerate(org.objectweb.asm.MethodVisitor visitor)Write instruction to the method visitor.
-
-
-
Method Detail
-
generate
public void generate(org.objectweb.asm.MethodVisitor visitor)
Description copied from interface:BytecodeEntryWrite instruction to the method visitor.- Specified by:
generatein interfaceBytecodeEntry- Parameters:
visitor- Method visitor.
-
-