All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.INVOKEVIRTUAL

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.INVOKEVIRTUAL

public class INVOKEVIRTUAL
extends InvokeInstruction
INVOKEVIRTUAL - Invoke instance method; dispatch based on class
Stack: ..., objectref, [arg1, [arg2 ...]] -> ...

Version:
$Id: INVOKEVIRTUAL.java,v 1.6 1999/09/22 13:00:08 dahm Exp $
Author:
M. Dahm

Constructor Index

 o INVOKEVIRTUAL(int)

Method Index

 o getExceptions()

Constructors

 o INVOKEVIRTUAL
 public INVOKEVIRTUAL(int index)

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index