com.greenpineyu.fel.optimizer
类 ConstExpOpti

java.lang.Object
  继承者 com.greenpineyu.fel.optimizer.ConstExpOpti
所有已实现的接口:
Optimizer

public class ConstExpOpti
extends Object
implements Optimizer

当表达式是常量表达式,对表达式进行优化。

作者:
yuqingsong

构造方法摘要
ConstExpOpti()
           
 
方法摘要
 FelNode call(FelContext ctx, FelNode node)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ConstExpOpti

public ConstExpOpti()
方法详细信息

call

public FelNode call(FelContext ctx,
                    FelNode node)
指定者:
接口 Optimizer 中的 call


Copyright © 2013. All Rights Reserved.