de.rwth.dfa.jvm
Class ExceptionHeaderInstruction

java.lang.Object
  |
  +--de.fub.bytecode.generic.Instruction
        |
        +--de.rwth.dfa.jvm.ExceptionHeaderInstruction
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class ExceptionHeaderInstruction
extends de.fub.bytecode.generic.Instruction

A class used to describe the entry of exception handlers. This pseudo instruction is inserted before the first real instruction of an exception handler.

Version:
$Id: ExceptionHeaderInstruction.java,v 1.2 2002/09/17 06:53:53 mohnen Exp $
Author:
Markus Mohnen
See Also:
Serialized Form

Fields inherited from class de.fub.bytecode.generic.Instruction
length, opcode
 
Constructor Summary
ExceptionHeaderInstruction()
          Creates a new ExceptionHeaderInstruction instance.
 
Method Summary
 void accept(de.fub.bytecode.generic.Visitor v)
           
 
Methods inherited from class de.fub.bytecode.generic.Instruction
consumeStack, consumeStack, copy, dump, getLength, getOpcode, getTag, initFromFile, produceStack, produceStack, readInstruction, toString, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExceptionHeaderInstruction

public ExceptionHeaderInstruction()
Creates a new ExceptionHeaderInstruction instance.
Method Detail

accept

public void accept(de.fub.bytecode.generic.Visitor v)
Overrides:
accept in class de.fub.bytecode.generic.Instruction