All Packages Class Hierarchy This Package Previous Next Index
Class de.fub.bytecode.generic.INSTANCEOF
java.lang.Object
|
+----de.fub.bytecode.generic.Instruction
|
+----de.fub.bytecode.generic.CPInstruction
|
+----de.fub.bytecode.generic.INSTANCEOF
- public class INSTANCEOF
- extends CPInstruction
- implements LoadClass, ExceptionThrower
INSTANCEOF - Determine if object is of given type
Stack: ..., objectref -> ..., result
- Version:
- $Id: INSTANCEOF.java,v 1.5 1999/09/09 07:42:49 dahm Exp $
- Author:
- M. Dahm
-
INSTANCEOF(int)
-
-
getExceptions()
-
INSTANCEOF
public INSTANCEOF(int index)
getExceptions
public Class[] getExceptions()
All Packages Class Hierarchy This Package Previous Next Index