public interface ISourceRange
Modifier and Type | Method and Description |
---|---|
int |
getEndLine()
Returns the 1-based ending line of this element.
|
int |
getIdLength()
Returns the number of characters of the Id for this element.
|
int |
getIdStartPos()
Returns the Id starting position of this element.
|
int |
getLength()
Returns the number of characters of the source code for this element.
|
int |
getStartLine()
Returns the 1-based starting line of this element.
|
int |
getStartPos()
Returns the zero-based starting position of this element.
|
int getStartPos()
int getLength()
int getIdStartPos()
int getIdLength()
int getStartLine()
int getEndLine()
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.