harpoon.Analysis.Quads
Class TypeSwitchRemover
java.lang.Object
|
+--harpoon.Analysis.Transformation.MethodMutator
|
+--harpoon.Analysis.Quads.TypeSwitchRemover
- All Implemented Interfaces:
- Serializable
- public final class TypeSwitchRemover
- extends MethodMutator
TypeSwitchRemover
converts TYPESWITCH
quads
into chains of INSTANCEOF
and CJMP
quads.
- Version:
- $Id: TypeSwitchRemover.java,v 1.3 2002/02/26 22:41:42 cananian Exp $
- Author:
- C. Scott Ananian <cananian@alumni.princeton.edu>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeSwitchRemover
public TypeSwitchRemover(HCodeFactory parent)
- Creates a
TypeSwitchRemover
.
mutateHCode
protected HCode mutateHCode(HCodeAndMaps input)
- Description copied from class:
MethodMutator
- Override this method to effect transformations on split
methods.
- Overrides:
mutateHCode
in class MethodMutator