|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface LocationManager
Line number and column number manager for Compilation Unit.
| メソッドの概要 | |
|---|---|
int |
getColumnNumber(int position)
Returns the column number corresponding to the given source character position in the original source string. |
int |
getLineNumber(int position)
Returns the line number corresponding to the given source character position in the original source string. |
| メソッドの詳細 |
|---|
int getLineNumber(int position)
position - a character position
-1 if the given character position was out of rangeint getColumnNumber(int position)
position - a character position
-1 if the given character position was out of range
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||