net.paoding.rose.jade.statement.expression.impl
类 ExqlCompiler

java.lang.Object
  继承者 net.paoding.rose.jade.statement.expression.impl.ExqlCompiler

public class ExqlCompiler
extends Object

实现语句编译器。

作者:
han.liao

构造方法摘要
ExqlCompiler(String pattern)
          创建语句编译器。
 
方法摘要
 ExqlPattern compile()
          执行编译动作。
protected  ExqlUnit compileUnit()
          从语句编译出: ExqlUnit 对象。
static void main(String... args)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ExqlCompiler

public ExqlCompiler(String pattern)
创建语句编译器。

参数:
pattern - - 待编译的语句
方法详细信息

compile

public ExqlPattern compile()
执行编译动作。

返回:
ExqlPattern 对象

compileUnit

protected ExqlUnit compileUnit()
从语句编译出: ExqlUnit 对象。

返回:
ExqlUnit 对象

main

public static void main(String... args)
                 throws Exception
抛出:
Exception


Copyright © 2012. All Rights Reserved.