|
|||||||||
| Home >> All >> javax >> ide >> model >> java >> source >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.ide.model.java.source.util
Interface SourcePosition

- public interface SourcePosition
Works like TreeTraversal but only visits a single node.
| Method Summary | |
int |
column()
Gets the column number of this position. |
java.net.URI |
file()
Gets the file of this position. |
int |
line()
Gets the line number of this position. |
| Method Detail |
column
public int column()
- Gets the column number of this position.
line
public int line()
- Gets the line number of this position.
file
public java.net.URI file()
- Gets the file of this position.
|
|||||||||
| Home >> All >> javax >> ide >> model >> java >> source >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC