coins.backend.opt
クラス If2Jumpc

java.lang.Object
  |
  +--coins.backend.opt.If2Jumpc

public class If2Jumpc
extends java.lang.Object

Convert (IF t cond then else) to JUMPC.


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

フィールドの詳細

trig

public static final coins.backend.opt.If2Jumpc.Trigger trig
Trigger class singleton.

コンストラクタの詳細

If2Jumpc

public If2Jumpc()
メソッドの詳細

doIt

public void doIt(Function f)