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

Constructor Index

 o INVOKESTATIC(int)

Method Index

 o getExceptions()

Constructors

 o INVOKESTATIC
 public INVOKESTATIC(int index)

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index