harpoon.Analysis.RoleInference
Class RoleInference

java.lang.Object
  extended by harpoon.Analysis.Transformation.MethodMutator
      extended by harpoon.Analysis.RoleInference.RoleInference
All Implemented Interfaces:
Serializable

public class RoleInference
extends MethodMutator

RoleInference

Version:
$Id: RoleInference.java,v 1.4 2004/02/08 03:20:17 cananian Exp $
Author:
Brian Demsky <bdemsky@mit.edu>
See Also:
Serialized Form

Constructor Summary
RoleInference(HCodeFactory parent, Linker linker)
           
 
Method Summary
protected  HCode mutateHCode(HCodeAndMaps input)
          Override this method to effect transformations on split methods.
 
Methods inherited from class harpoon.Analysis.Transformation.MethodMutator
cloneHCode, codeFactory, mutateCodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleInference

public RoleInference(HCodeFactory parent,
                     Linker linker)
Method Detail

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