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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodGenerator.java770 * @param neighbour an outlineable {@link MethodGenerator.Chunk}
774 boolean isAdjacentTo(Chunk neighbour) { argument
775 return getChunkEnd().getNext() == neighbour.getChunkStart();

Completed in 537 milliseconds