< prev index next >

src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/INVOKEVIRTUAL.java

Print this page

        

*** 30,40 **** /** * INVOKEVIRTUAL - Invoke instance method; dispatch based on class * * <PRE>Stack: ..., objectref, [arg1, [arg2 ...]] -&gt; ...</PRE> * - * @version $Id$ * @see * <a href="http://docs.oracle.com/javase/specs/jvms/se8/html/jvms-6.html#jvms-6.5.invokevirtual"> * The invokevirtual instruction in The Java Virtual Machine Specification</a> */ public class INVOKEVIRTUAL extends InvokeInstruction { --- 30,39 ----
< prev index next >