harpoon.Analysis.RoleInference
Class RoleInference
java.lang.Object
|
+--harpoon.Analysis.Transformation.MethodMutator
|
+--harpoon.Analysis.RoleInference.RoleInference
- All Implemented Interfaces:
- Serializable
- public class RoleInference
- extends MethodMutator
RoleInference
- Version:
- $Id: RoleInference.java,v 1.2 2002/02/25 20:59:51 cananian Exp $
- Author:
- Brian Demsky <bdemsky@mit.edu>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoleInference
public RoleInference(HCodeFactory parent,
Linker linker)
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