Class BytecodeLabelEntry
java.lang.Object
org.eolang.jeo.representation.bytecode.BytecodeLabelEntry
- All Implemented Interfaces:
BytecodeEntry
,Testable
Mark label instruction.
- Since:
- 0.1
-
Method Summary
-
Method Details
-
writeTo
public void writeTo(org.objectweb.asm.MethodVisitor visitor) Description copied from interface:BytecodeEntry
Write instruction to the method visitor.- Specified by:
writeTo
in interfaceBytecodeEntry
- Parameters:
visitor
- Method visitor.
-
testCode
Description copied from interface:Testable
Generate test Java code.
-