Class INVOKEINTERFACE

All Implemented Interfaces:
Serializable, Cloneable, Constants

public final class INVOKEINTERFACE extends InvokeInstruction
INVOKEINTERFACE - Invoke interface method
 Stack: ..., objectref, [arg1, [arg2 ...]] -> ...
 
Version:
$Id: INVOKEINTERFACE.java,v 1.4 2009/10/05 17:35:36 aclement Exp $
Author:
M. Dahm
See Also:
Serialized Form
  • Constructor Details

    • INVOKEINTERFACE

      public INVOKEINTERFACE(int index, int nargs, int zerobyte)
  • Method Details