Uses of Class
org.eclipse.jdt.core.dom.rewrite.TargetSourceRangeComputer
Package
Description
The Java DOM/AST rewrite is the set of classes that are used to make changes to an existing DOM/AST tree.
-
Uses of TargetSourceRangeComputer in org.eclipse.jdt.core.dom.rewrite
Modifier and TypeMethodDescriptionASTRewrite.getExtendedSourceRangeComputer()
Returns the extended source range computer for this AST rewriter.Modifier and TypeMethodDescriptionfinal void
ASTRewrite.setTargetSourceRangeComputer
(TargetSourceRangeComputer computer) Sets a custom target source range computer for this AST rewriter.