|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.org.eclipse.jdt.internal.core.dom.rewrite.TrackedNodePosition
public class TrackedNodePosition
| Constructor Summary | |
|---|---|
TrackedNodePosition(TextEditGroup group,
ASTNode node)
|
|
| Method Summary | |
|---|---|
int |
getLength()
Returns the original or modified length of the tracked node depending if called before or after the rewrite is applied. |
int |
getStartPosition()
Returns the original or modified start position of the tracked node depending if called before or after the rewrite is applied. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TrackedNodePosition(TextEditGroup group,
ASTNode node)
| Method Detail |
|---|
public int getStartPosition()
ITrackedNodePosition-1 is returned for removed nodes.
getStartPosition in interface ITrackedNodePositionpublic int getLength()
ITrackedNodePosition-1 is returned for removed nodes.
getLength in interface ITrackedNodePosition
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||