edu.neu.ccs.demeterf.demfgen.pcdgp
Class Setters

java.lang.Object
  extended by edu.neu.ccs.demeterf.FC
      extended by edu.neu.ccs.demeterf.demfgen.pcdgp.PCDGPFunc
          extended by edu.neu.ccs.demeterf.demfgen.pcdgp.Typical
              extended by edu.neu.ccs.demeterf.demfgen.pcdgp.Setters

public class Setters
extends Typical


Field Summary
 
Fields inherited from class edu.neu.ccs.demeterf.FC
augMethodName, buildMethodName
 
Constructor Summary
Setters()
           
 
Method Summary
 java.lang.String combine(ClassDef td, DoGen g, ident n, TypeDefParams ps, List<java.lang.String> sts, List<StrLTrip.StrPair> fs)
           
 FC functionObj()
          The function object responsible for function generation
 
Methods inherited from class edu.neu.ccs.demeterf.demfgen.pcdgp.Typical
combine, combine, combine, combine, combine, combine, combine, control, fieldArgs, fieldNames
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Setters

public Setters()
Method Detail

functionObj

public FC functionObj()
Description copied from class: PCDGPFunc
The function object responsible for function generation

Overrides:
functionObj in class PCDGPFunc

combine

public java.lang.String combine(ClassDef td,
                                DoGen g,
                                ident n,
                                TypeDefParams ps,
                                List<java.lang.String> sts,
                                List<StrLTrip.StrPair> fs)
Specified by:
combine in class Typical