Searched defs:AncestorPattern (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DAncestorPattern.java21 * $Id: AncestorPattern.java,v 1.2.4.1 2005/09/01 09:19:41 pvedula Exp $
47 final class AncestorPattern extends RelativePathPattern { class in inherits:RelativePathPattern
53 public AncestorPattern(RelativePathPattern right) { method in class:AncestorPattern
57 public AncestorPattern(Pattern left, RelativePathPattern right) { method in class:AncestorPattern
125 if (_right instanceof AncestorPattern) {
172 if (_right instanceof AncestorPattern) {
173 final AncestorPattern ancestor = (AncestorPattern) _right;
182 return "AncestorPattern(" + _left + ", " + _right + ')';

Completed in 62 milliseconds