public interface ITrackedNodePosition
This interface is not intended to be implemented by clients.
ASTRewrite.track(org.eclipse.jdt.core.dom.ASTNode)
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, 2006. All Rights Reserved.