public interface ISourceObject
Modifier and Type | Method and Description |
---|---|
int |
getStartLine()
Returns the line in the source file where the source representation of
this object starts, or -1 if not known.
|
int |
getStopLine()
Returns the line in the source file where the source representation of
this object stops, or -1 if not known.
|
int getStartLine()
int getStopLine()
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.