org.eclipse.cdt.internal.ui.util
Class StringMatcher.Position

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.util.StringMatcher.Position
Enclosing class:
StringMatcher

public static class StringMatcher.Position
extends java.lang.Object


Constructor Summary
StringMatcher.Position(int start, int end)
           
 
Method Summary
 int getEnd()
           
 int getStart()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringMatcher.Position

public StringMatcher.Position(int start,
                              int end)
Method Detail

getStart

public int getStart()

getEnd

public int getEnd()