public interface ITrackedNodePosition
This interface is not intended to be implemented by clients.
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 2000, 2010. All Rights Reserved.