Interface BytecodeEntry
- All Superinterfaces:
Testable
- All Known Implementing Classes:
BytecodeLabelEntry
,BytecodeTryCatchBlock
Bytecode instruction or a label.
Might be a label, a jump, a method call, etc.
- Since:
- 0.1
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writeTo
(org.objectweb.asm.MethodVisitor visitor) Write instruction to the method visitor.
-
Method Details
-
writeTo
void writeTo(org.objectweb.asm.MethodVisitor visitor) Write instruction to the method visitor.- Parameters:
visitor
- Method visitor.
-