Uses of Class
org.jface.stepmt.core.Interval

Packages that use Interval
org.jface.stepmt.core   
org.jface.stepmt.core.patterns   
org.jface.stepmt.core.util   
 

Uses of Interval in org.jface.stepmt.core
 

Methods in org.jface.stepmt.core that return Interval
 Interval Interval.merge(Interval interval)
          Merges this Interval with the given Interval.
 Interval Pattern.match(java.lang.String str, int index)
          Returns the Interval matching this pattern at the given index.
 

Methods in org.jface.stepmt.core with parameters of type Interval
 Interval Interval.merge(Interval interval)
          Merges this Interval with the given Interval.
 

Uses of Interval in org.jface.stepmt.core.patterns
 

Methods in org.jface.stepmt.core.patterns that return Interval
 Interval EndOfLinePattern.match(java.lang.String str, int index)
           
 Interval StringPattern.match(java.lang.String str, int index)
           
 Interval TabPattern.match(java.lang.String str, int index)
           
 

Uses of Interval in org.jface.stepmt.core.util
 

Methods in org.jface.stepmt.core.util that return Interval
 Interval ContainerPattern.match(java.lang.String str, int index)
           
 Interval PatternSet.match(java.lang.String text)
           
 Interval PatternSet.matchesAtStart(java.lang.String text)
           
 

Constructors in org.jface.stepmt.core.util with parameters of type Interval
TextRegion(Region region, java.lang.String text, Interval interval, boolean matchesIdentificator, boolean matchesPosition)
           
 



Copyright © 2003-2004 jface.org. All Rights Reserved.