de.fub.bytecode.generic
Class 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
See Also:
Serialized Form

Fields inherited from class de.fub.bytecode.generic.CPInstruction
index
 
Fields inherited from class de.fub.bytecode.generic.Instruction
length, tag
 
Constructor Summary
INVOKESPECIAL(int index)
           
 
Method Summary
 java.lang.Class[] getExceptions()
           
 
Methods inherited from class de.fub.bytecode.generic.InvokeInstruction
consumeStack, getArgumentTypes, getMethodName, getReturnType, getType, produceStack, toString
 
Methods inherited from class de.fub.bytecode.generic.FieldOrMethod
getClassName, getClassType, getName, getSignature
 
Methods inherited from class de.fub.bytecode.generic.CPInstruction
dump, getIndex, initFromFile, setIndex, toString
 
Methods inherited from class de.fub.bytecode.generic.Instruction
consumeStack, copy, getLength, getTag, produceStack, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

INVOKESPECIAL

public INVOKESPECIAL(int index)
Method Detail

getExceptions

public java.lang.Class[] getExceptions()