Searched refs:Gte (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/operations/
H A DGte.java21 * $Id: Gte.java,v 1.2.4.1 2005/09/14 21:31:42 jeffsuttor Exp $
31 public class Gte extends Operation class in inherits:Operation
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DCompiler.java49 import com.sun.org.apache.xpath.internal.operations.Gte;
333 * @return reference to {@link com.sun.org.apache.xpath.internal.operations.Gte} instance.
339 return compileOperation(new Gte(), opPos);

Completed in 31 milliseconds