com.greenpineyu.fel.optimizer
类 Interpreters

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

public class Interpreters
extends Object
implements Optimizer

设置节点的解释器

作者:
yuqingsong

构造方法摘要
Interpreters()
           
 
方法摘要
 void add(String name, Interpreter inter)
           
 FelNode call(FelContext ctx, FelNode node)
           
static void main(String[] args)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Interpreters

public Interpreters()
方法详细信息

call

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

add

public void add(String name,
                Interpreter inter)

main

public static void main(String[] args)


Copyright © 2013. All Rights Reserved.