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

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.Creator

public class Creator
extends Typical


Field Summary
 
Fields inherited from class edu.neu.ccs.demeterf.FC
augMethodName, buildMethodName
 
Constructor Summary
Creator()
           
 
Method Summary
 java.lang.String combine(ClassDef td, DoGen g, ident n, TypeDefParams ps, Cons<java.lang.String> sts, List<StrLTrip.StrPair> fs)
           
 java.lang.String combine(ClassDef td, DoGen g, ident n, TypeDefParams ps, List<java.lang.String> sts, List<StrLTrip.StrPair> fs)
           
 
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 edu.neu.ccs.demeterf.demfgen.pcdgp.PCDGPFunc
functionObj
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Creator

public Creator()
Method Detail

combine

public java.lang.String combine(ClassDef td,
                                DoGen g,
                                ident n,
                                TypeDefParams ps,
                                Cons<java.lang.String> sts,
                                List<StrLTrip.StrPair> fs)

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