|
Hilbert II - Version 0.01.09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.xml.tracker.SourcePosition
Describes a file position.
| Constructor Summary | |
SourcePosition(String localAddress,
int line,
int column)
Constructs source position object. |
|
SourcePosition(String address,
String localAddress,
int line,
int column)
Constructs file position object. |
|
| Method Summary | |
String |
getAddress()
Get address (or something to identify it) of input source. |
int |
getColumn()
Get column number, starting with 1. |
int |
getLine()
Get line number, starting with 1. |
String |
getLocalAddress()
Get local address (or something to identify it) of input source. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SourcePosition(String localAddress,
int line,
int column)
localAddress - source addressline - Line number.column - Column number.
public SourcePosition(String address,
String localAddress,
int line,
int column)
address - for identifying sourcelocalAddress - source addressline - Line number.column - Column number.| Method Detail |
public final String getAddress()
public final String getLocalAddress()
public final int getLine()
public final int getColumn()
public final String toString()
|
Hilbert II - Version 0.01.09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |