edu.ustc.cs.compile.platform.handler
类 OptimizerHandler

java.lang.Object
  继承者 edu.ustc.cs.compile.platform.handler.OptimizerHandler

 class OptimizerHandler
extends java.lang.Object


构造函数摘要
OptimizerHandler()
           
 
方法摘要
 InterRepresent doOpt(InterRepresent ir, OptimizerInterface opt, boolean debug)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造函数详细信息

OptimizerHandler

OptimizerHandler()
方法详细信息

doOpt

public InterRepresent doOpt(InterRepresent ir,
                            OptimizerInterface opt,
                            boolean debug)