< prev index next >

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

Print this page

        

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