| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StopCondition | |
|---|---|
| org.eclipse.datatools.sqltools.sqleditor.internal.indent | |
| Uses of StopCondition in org.eclipse.datatools.sqltools.sqleditor.internal.indent | 
|---|
| Methods in org.eclipse.datatools.sqltools.sqleditor.internal.indent with parameters of type StopCondition | |
|---|---|
|  int | SQLHeuristicScanner.scanBackward(int start,
             int bound,
             StopCondition condition)Finds the highest position pinfDocumentsuch thatbound<p<=startandcondition.stop(fDocument.getChar(p), p)evaluates
 totrue. | 
|  int | SQLHeuristicScanner.scanForward(int start,
            int bound,
            StopCondition condition)Finds the lowest position pinfDocumentsuch thatstart<= p
 <boundandcondition.stop(fDocument.getChar(p), p)evaluates totrue. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||