|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.waxeye.ast.Position
public final class Position
The position of an AST relative to the input.
| Constructor Summary | |
|---|---|
Position(int startIndex,
int endIndex)
Creates a new Position. |
|
| Method Summary | |
|---|---|
int |
getEndIndex()
Returns the endIndex. |
int |
getStartIndex()
Returns the startIndex. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Position(int startIndex,
int endIndex)
startIndex - The start index of the AST position.endIndex - The end index of the AST position.| Method Detail |
|---|
public int getStartIndex()
public int getEndIndex()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||