|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.aspectj.weaver.Position
public class Position
| Constructor Summary | |
|---|---|
Position(int start,
int end)
|
|
| Method Summary | |
|---|---|
int |
getEnd()
The ending index of this location in the character stream This points to the last character in this token. |
int |
getStart()
The starting index of this location in the character stream. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Position(int start,
int end)
| Method Detail |
|---|
public int getEnd()
IHasPosition
getEnd in interface IHasPositionpublic int getStart()
IHasPosition
getStart in interface IHasPosition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||