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 voidwriteTo(org.objectweb.asm.MethodVisitor visitor)Write instruction to the method visitor.
-
-
-
Method Detail
-
writeTo
public void writeTo(org.objectweb.asm.MethodVisitor visitor)
Description copied from interface:BytecodeEntryWrite instruction to the method visitor.- Specified by:
writeToin interfaceBytecodeEntry- Parameters:
visitor- Method visitor.
-
-