All Packages Class Hierarchy This Package Previous Next Index
Class de.fub.bytecode.generic.INVOKESPECIAL
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.INVOKESPECIAL
- public class INVOKESPECIAL
- extends InvokeInstruction
INVOKESPECIAL - Invoke instance method; special handling for superclass, private
and instance initialization method invocations
Stack: ..., objectref, [arg1, [arg2 ...]] -> ...
- Version:
- $Id: INVOKESPECIAL.java,v 1.6 1999/09/22 13:00:07 dahm Exp $
- Author:
- M. Dahm
-
INVOKESPECIAL(int)
-
-
getExceptions()
-
INVOKESPECIAL
public INVOKESPECIAL(int index)
getExceptions
public Class[] getExceptions()
- Overrides:
- getExceptions in class InvokeInstruction
All Packages Class Hierarchy This Package Previous Next Index