Eclipse Platform
Release 3.0

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

java.lang.Object
  extended byorg.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
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.