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

Constructor Index

 o INVOKESPECIAL(int)

Method Index

 o getExceptions()

Constructors

 o INVOKESPECIAL
 public INVOKESPECIAL(int index)

Methods

 o getExceptions
 public Class[] getExceptions()
Overrides:
getExceptions in class InvokeInstruction

All Packages  Class Hierarchy  This Package  Previous  Next  Index