Uses of Interface
org.eclipse.m2m.atl.adt.ui.text.AtlHeuristicScanner.StopCondition

Packages that use AtlHeuristicScanner.StopCondition
org.eclipse.m2m.atl.adt.ui.text   
 

Uses of AtlHeuristicScanner.StopCondition in org.eclipse.m2m.atl.adt.ui.text
 

Classes in org.eclipse.m2m.atl.adt.ui.text that implement AtlHeuristicScanner.StopCondition
protected  class AtlHeuristicScanner.SkippingScopeMatch
          Acts like character match, but skips all scopes introduced by parenthesis, brackets, and braces.
 

Methods in org.eclipse.m2m.atl.adt.ui.text with parameters of type AtlHeuristicScanner.StopCondition
 int AtlHeuristicScanner.scanBackward(int start, int bound, AtlHeuristicScanner.StopCondition condition)
          Finds the highest position p in fDocument such that bound < p <= start and condition.stop(fDocument.getChar(p), p) evaluates to true.
 int AtlHeuristicScanner.scanForward(int start, int bound, AtlHeuristicScanner.StopCondition condition)
          Finds the lowest position p in fDocument such that start <= p < bound and condition.stop(fDocument.getChar(p), p) evaluates to true.
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.