Class InvokevirtualHandler

  • All Implemented Interfaces:
    InstructionHandler

    public final class InvokevirtualHandler
    extends Object
    implements InstructionHandler
    Invokevirtual instruction handler.

    Other bytes: 2: indexbyte1, indexbyte2

    objectref, [arg1, arg2, ...] → result

    Invoke virtual method on object objectref and puts the result on the stack (might be void). The method is identified by method reference index in constant pool (indexbyte1 << 8 | indexbyte2)

    Since:
    0.1
    • Constructor Detail

      • InvokevirtualHandler

        public InvokevirtualHandler()