Package org.jboss.el

Examples of org.jboss.el.ValueExpressionImpl


  }

  public ValueExpression createValueExpression(Class expectedType)
      throws ELException {
    Node n = this.build();
    return new ValueExpressionImpl(this.expression, n, this.fnMapper,
        this.varMapper, expectedType);
  }


  }

  public ValueExpression createValueExpression(Class expectedType)
      throws ELException {
    Node n = this.build();
    return new ValueExpressionImpl(this.expression, n, this.fnMapper,
        this.varMapper, expectedType);
  }

  }

  public ValueExpression createValueExpression(Class expectedType)
      throws ELException {
    Node n = this.build();
    return new ValueExpressionImpl(this.expression, n, this.fnMapper,
        this.varMapper, expectedType);
  }

TOP

Related Classes of org.jboss.el.ValueExpressionImpl

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.