Klasse TrackedNodePosition
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite.TrackedNodePosition
- Alle implementierten Schnittstellen:
ITrackedNodePosition
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungTrackedNodePosition(org.eclipse.text.edits.TextEditGroup group, ASTNode node) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintReturns the original or modified length of the tracked node depending if called before or after the rewrite is applied.intReturns the original or modified start position of the tracked node depending if called before or after the rewrite is applied.
-
Konstruktordetails
-
TrackedNodePosition
-
-
Methodendetails
-
getStartPosition
public int getStartPosition()Beschreibung aus Schnittstelle kopiert:ITrackedNodePositionReturns the original or modified start position of the tracked node depending if called before or after the rewrite is applied.-1is returned for removed nodes.- Angegeben von:
getStartPositionin SchnittstelleITrackedNodePosition- Gibt zurück:
- the original or modified start position of the tracked node
-
getLength
public int getLength()Beschreibung aus Schnittstelle kopiert:ITrackedNodePositionReturns the original or modified length of the tracked node depending if called before or after the rewrite is applied.-1is returned for removed nodes.- Angegeben von:
getLengthin SchnittstelleITrackedNodePosition- Gibt zurück:
- the original or modified length of the tracked node
-