Eclipse Platform
2.1

org.eclipse.ui.views.navigator
Class StringMatcher.Position

java.lang.Object
  |
  +--org.eclipse.ui.views.navigator.StringMatcher.Position
Enclosing class:
org.eclipse.ui.views.navigator.StringMatcher

public static class StringMatcher.Position
extends Object


Constructor Summary
StringMatcher.Position(int start, int end)
           
 
Method Summary
 int getEnd()
           
 int getStart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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()

Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.