coins.backend.gen
Class AggregatePropagation

java.lang.Object
  extended bycoins.backend.gen.AggregatePropagation

public class AggregatePropagation
extends java.lang.Object

Optimization on Aggregate Copy Propagation.


Field Summary
static coins.backend.gen.AggregatePropagation.Trigger trig
          Trigger class singleton.
 
Constructor Summary
AggregatePropagation()
           
 
Method Summary
 void doIt(Function func)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

trig

public static final coins.backend.gen.AggregatePropagation.Trigger trig
Trigger class singleton.

Constructor Detail

AggregatePropagation

public AggregatePropagation()
Method Detail

doIt

public void doIt(Function func)