|
mjc | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.multijava.mjdoc.mjdoc_142.MjSourcePosition
| Field Summary | |
(package private) TokenReference |
token
|
| Constructor Summary | |
MjSourcePosition(TokenReference tok)
Creates a SourcePosition object, wrapping the given TokenReference. |
|
| Method Summary | |
int |
column()
The column in the source file. |
File |
file()
The source file. |
int |
line()
The line in the source file. |
String |
toString()
Convert the source position to the form "Filename:line". |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
TokenReference token
| Constructor Detail |
public MjSourcePosition(TokenReference tok)
| Method Detail |
public File file()
file in interface com.sun.javadoc.SourcePositionpublic int line()
line in interface com.sun.javadoc.SourcePositionpublic int column()
column in interface com.sun.javadoc.SourcePositionpublic String toString()
toString in interface com.sun.javadoc.SourcePositiontoString in class Object
|
mjc | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||