Searched refs:NotCall (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DNotCall.java21 * $Id: NotCall.java,v 1.2.4.1 2005/09/02 10:32:18 pvedula Exp $
38 final class NotCall extends FunctionCall { class in inherits:FunctionCall
39 public NotCall(QName fname, Vector arguments) { method in class:NotCall
H A DLogicalExpr.java196 else if (_left instanceof NotCall) {
209 else if (_right instanceof NotCall) {
H A Dxpath.cup947 RESULT = new NotCall(fname, argl);
H A DXPathParser.java1493 RESULT = new NotCall(fname, argl);

Completed in 45 milliseconds