Package org.lilystudio.smarty4j.expression

Examples of org.lilystudio.smarty4j.expression.TranslateObject


   *
   * @param expression
   *          待输出的表达式
   */
  public PrintStatement(IExpression expression) {
    this.expression = new TranslateObject(expression);
  }
View Full Code Here

TOP

Related Classes of org.lilystudio.smarty4j.expression.TranslateObject

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.