harpoon.Analysis.Quads
Class MethodTraceFactory
java.lang.Object
|
+--harpoon.Analysis.Transformation.MethodMutator
|
+--harpoon.Analysis.Quads.MethodTraceFactory
- All Implemented Interfaces:
- Serializable
- public class MethodTraceFactory
- extends MethodMutator
MethodTraceFactory
adds DEBUG
quads
to the entry and exit points of every method. Comparing
the debug output of a working and 'broken' program should
make it easier to isolate which part of the 'broken' binary
isn't behaving as expected.
- Version:
- $Id: MethodTraceFactory.java,v 1.2 2002/02/25 20:59:23 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 |
MethodTraceFactory
public MethodTraceFactory(HCodeFactory parent)
- Creates a
MethodTraceFactory
.
mutateHCode
public HCode mutateHCode(HCodeAndMaps input)
- Description copied from class:
MethodMutator
- Override this method to effect transformations on split
methods.
- Overrides:
mutateHCode
in class MethodMutator