edu.neu.ccs.demeterf
Interface Builder

All Known Subinterfaces:
BuilderAugmentor
All Known Implementing Classes:
Bc, Checker, ClassGen, CollectInherit, Concrete, Diff.DiffJava.BoundStr, Diff.DiffJava.ConstrStr, Diff.DiffJava.UseStr, Display, DisplayToString, FuncTest.Int2Str, ID, Print, Print, PrintToString, PrintToString, StaticTrav, Test, TossExample.Len, ToStr, ToString, TUCombiner

public interface Builder

Builder Interface (combine). It's left empty so that the developer is not limited or forced to implement/override specific methods.

For Builders, the runtime system will complain if a suitable method is not found while traversing.


Field Summary
static java.lang.String methodName
           
 

Field Detail

methodName

static final java.lang.String methodName
See Also:
Constant Field Values