public class Location extends ObjectSE implements SerializableSE
ビュー宣言言語ファイル内のタグの場所またはタグの属性を表すオブジェクト。
| 修飾子と型 | メソッドと説明 |
|---|---|
int | getColumn()推定文字列を返します。 |
int | getLine()この場所のページの行番号を返します。 |
StringSE | getPath()この場所で表されるページへのファイルパスを返します。 |
StringSE | toString() |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic Location(StringSE path, int line, int column)
public int getColumn()
推定文字列を返します。
public int getLine()
この場所のページの行番号を返します。
public StringSE getPath()
この場所で表されるページへのファイルパスを返します。
public StringSE toString()
ObjectSE の toStringSE Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.