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

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/queryParser/
H A DCharStream.java8 * to backup the stream to some extent. An implementation of this
12 * All the methods except backup can be implemented in any fashion. backup
73 void backup(int amount); method in interface:CharStream
78 * to this method to implement backup correctly.
H A DFastCharStream.java84 public final void backup(int amount) { method in class:FastCharStream
/lucene-3.6.0/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/surround/parser/
H A DCharStream.java8 * to backup the stream to some extent. An implementation of this
12 * All the methods except backup can be implemented in any fashion. backup
73 void backup(int amount); method in interface:CharStream
78 * to this method to implement backup correctly.
H A DFastCharStream.java81 public final void backup(int amount) { method in class:FastCharStream
/lucene-3.6.0/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/standard/parser/
H A DJavaCharStream.java156 backup(0);
298 backup(backSlashCnt);
305 backup(backSlashCnt-1);
337 backup(backSlashCnt - 1);
387 public void backup(int amount) { method in class:JavaCharStream
/lucene-3.6.0/lucene/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/demohtml/
H A DSimpleCharStream.java127 backup(0);
245 public void backup(int amount) { method in class:SimpleCharStream

Completed in 53 milliseconds