Example usage for org.apache.commons.jxpath.ri.compiler CoreOperation subclass-usage

List of usage examples for org.apache.commons.jxpath.ri.compiler CoreOperation subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.jxpath.ri.compiler CoreOperation subclass-usage.

Usage

From source file org.openvpms.component.system.common.jxpath.BigDecimalOperationRelationalExpression.java

/**
 * Base implementation of Expression for the operations ">", ">=", "<", "<=".
 * <p/>
 * NOTE: this largely duplicates the <tt>org.apache.commons.jxpath.ri.compiler.CoreOperationRelationalExpression</tt>
 * class but changes evaluation using Double to that using BigDecimal.
 *