public interface ITrackedNodePosition
Modifier and Type | Method and Description |
---|---|
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.
|
int getStartPosition()
-1
is returned for removed nodes.int getLength()
-1
is returned for removed nodes.Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.