|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.prorefactor.core.PositionIndex
public class PositionIndex
Provides an index of JPNode objects, sorted by fileIndex, line, and column.
| Constructor Summary | |
|---|---|
PositionIndex()
|
|
| Method Summary | |
|---|---|
void |
addNode(JPNode node)
|
JPNode |
getNodeFrom(int file,
int line,
int col)
Get the node at a position, or the next node immediately after the position. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PositionIndex()
| Method Detail |
|---|
public void addNode(JPNode node)
public JPNode getNodeFrom(int file,
int line,
int col)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||