Interface BytecodeEntry
-
- All Known Implementing Classes:
BytecodeLabelEntry
public interface BytecodeEntryBytecode instruction or a label. Might be a label, a jump, a method call, etc.- Since:
- 0.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteTo(org.objectweb.asm.MethodVisitor visitor)Write instruction to the method visitor.
-