Class BytecodeInstruction


  • public abstract class BytecodeInstruction
    extends Object
    Helper class used by the class generator. Usually an inner class is produced, that contains bytecode creation code in the visit method.
    • Constructor Detail

      • BytecodeInstruction

        public BytecodeInstruction()
    • Method Detail

      • visit

        public abstract void visit​(org.objectweb.asm.MethodVisitor mv)