Schnittstelle ITrackedNodePosition
- Alle bekannten Implementierungsklassen:
TrackedNodePosition
public interface ITrackedNodePosition
A tracked node position is returned when a rewrite change is
requested to be tracked.
This interface is not intended to be implemented by clients.
- Seit:
- 3.0
- Siehe auch:
-
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.
-
Methodendetails
-
getStartPosition
int getStartPosition()Returns 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.- Gibt zurück:
- the original or modified start position of the tracked node
-
getLength
int getLength()Returns the original or modified length of the tracked node depending if called before or after the rewrite is applied.-1is returned for removed nodes.- Gibt zurück:
- the original or modified length of the tracked node
-