rewrite
is called, the result object is updated to reflect the given node's source range in the rewritten AST.
@param node the node to track
@return an object that tracks the source range of node
@throws IllegalArgumentException if the node is null, or if the nodeis not part of this rewriter's AST, or if the node is already being tracked
rewrite
is called, the result object is updated to reflect the given node's source range in the rewritten AST.
@param node the node to track
@return an object that tracks the source range of node
@throws IllegalArgumentException if the node is null, or if the node is not part of this rewriter's AST, or if the node is already being tracked
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|