coins.backend.gen
クラス AggregatePropagation

java.lang.Object
  |
  +--coins.backend.gen.AggregatePropagation

public class AggregatePropagation
extends java.lang.Object

Optimization on Aggregate Copy Propagation.


フィールドの概要
static coins.backend.gen.AggregatePropagation.Trigger trig
          Trigger class singleton.
 
コンストラクタの概要
AggregatePropagation()
           
 
メソッドの概要
 void doIt(Function func)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

trig

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

コンストラクタの詳細

AggregatePropagation

public AggregatePropagation()
メソッドの詳細

doIt

public void doIt(Function func)