Package com.opengamma.financial.expression.deprecated

Examples of com.opengamma.financial.expression.deprecated.ExpressionParser


   * @param expression string expression
   * @deprecated Use the alternative constructor so that the parsing dialect is explicit
   */
  @Deprecated
  public ExpressionPortfolioFilter(final String expression) {
    this(new ExpressionParser().parse(expression));
  }
View Full Code Here

TOP

Related Classes of com.opengamma.financial.expression.deprecated.ExpressionParser

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.