Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.search
Class LineLocatable

java.lang.Object
  extended by org.eclipse.cdt.core.search.LineLocatable
All Implemented Interfaces:
ILineLocatable, IMatchLocatable

public class LineLocatable
extends Object
implements ILineLocatable


Constructor Summary
LineLocatable(int startLine, int endLine)
           
 
Method Summary
 int getEndLine()
           
 int getStartLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineLocatable

public LineLocatable(int startLine,
                     int endLine)
Method Detail

getStartLine

public int getStartLine()
Specified by:
getStartLine in interface ILineLocatable

getEndLine

public int getEndLine()
Specified by:
getEndLine in interface ILineLocatable

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.