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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DNodeImpl.java94 * The node precedes the reference node.
918 // "precedes" this.
1075 if (((NamedNodeMapImpl)container.getNotations()).precedes(otherAncestor,thisAncestor))
1082 if (((NamedNodeMapImpl)container.getEntities()).precedes(otherAncestor,thisAncestor))
1107 if (((NamedNodeMapImpl)thisNode.getAttributes()).precedes(other,this))
1189 // "precedes" this.
H A DNamedNodeMapImpl.java518 // compare 2 nodes in the map. If a precedes b, return true, otherwise
520 protected boolean precedes(Node a, Node b) { method in class:NamedNodeMapImpl
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypes.java2657 * a class or interface type, ordered by ClassSymbol.precedes
2692 if (cl.isEmpty() || t.tsym.precedes(cl.head.tsym, this)) {
2694 } else if (cl.head.tsym.precedes(t.tsym, this)) {
2709 } else if (cl1.head.tsym.precedes(cl2.head.tsym, this)) {
2711 } else if (cl2.head.tsym.precedes(cl1.head.tsym, this)) {
2726 if (cl1.head.tsym.precedes(cl2.head.tsym, this))
2728 if (cl2.head.tsym.precedes(cl1.head.tsym, this))
H A DSymbol.java557 public final boolean precedes(TypeSymbol that, Types types) { method in class:Symbol.TypeSymbol

Completed in 52 milliseconds