All Packages Class Hierarchy This Package Previous Next Index
Class de.fub.bytecode.generic.INVOKESTATIC
java.lang.Object
|
+----de.fub.bytecode.generic.Instruction
|
+----de.fub.bytecode.generic.CPInstruction
|
+----de.fub.bytecode.generic.FieldOrMethod
|
+----de.fub.bytecode.generic.InvokeInstruction
|
+----de.fub.bytecode.generic.INVOKESTATIC
- public class INVOKESTATIC
- extends InvokeInstruction
INVOKESTATIC - Invoke a class (static) method
Stack: ..., [arg1, [arg2 ...]] -> ...
- Version:
- $Id: INVOKESTATIC.java,v 1.6 1999/09/22 13:00:08 dahm Exp $
- Author:
- M. Dahm
-
INVOKESTATIC(int)
-
-
getExceptions()
-
INVOKESTATIC
public INVOKESTATIC(int index)
getExceptions
public Class[] getExceptions()
- Overrides:
- getExceptions in class InvokeInstruction
All Packages Class Hierarchy This Package Previous Next Index