harpoon.Analysis.PA2.Mutation
Class MLabel.Param

java.lang.Object
  extended by harpoon.Analysis.PA2.Mutation.MLabel
      extended by harpoon.Analysis.PA2.Mutation.MLabel.Param
Enclosing class:
MLabel

public static class MLabel.Param
extends MLabel


Nested Class Summary
 
Nested classes/interfaces inherited from class harpoon.Analysis.PA2.Mutation.MLabel
MLabel.Field, MLabel.Param, MLabel.Reach, MLabel.ReachFromStat
 
Field Summary
 String name
           
 Temp temp
           
 
Fields inherited from class harpoon.Analysis.PA2.Mutation.MLabel
reach, reachFromStat
 
Method Summary
 String toString()
           
 
Methods inherited from class harpoon.Analysis.PA2.Mutation.MLabel
field2mlabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

temp

public final Temp temp

name

public final String name
Method Detail

toString

public String toString()
Overrides:
toString in class Object