|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MSourcePosition
Mutable version of JSourcePosition.
| Method Summary | |
|---|---|
void |
setColumn(int col)
Sets the text column number for this source position. |
void |
setLine(int line)
Sets the text line number for this source position. |
void |
setSourceURI(java.net.URI uri)
Sets the URI of the source file. |
| Methods inherited from interface org.codehaus.jam.JSourcePosition |
|---|
getColumn, getLine, getSourceURI |
| Method Detail |
|---|
void setColumn(int col)
void setLine(int line)
void setSourceURI(java.net.URI uri)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||