public class PluginApiUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static org.sonar.api.batch.fs.TextRange |
newRange(org.sonar.api.batch.fs.InputFile inputFile,
org.sonar.uast.UastNode.Token token) |
static org.sonar.api.batch.fs.TextRange |
newRange(org.sonar.api.batch.fs.InputFile inputFile,
org.sonar.uast.UastNode from,
org.sonar.uast.UastNode to) |
public static org.sonar.api.batch.fs.TextRange newRange(org.sonar.api.batch.fs.InputFile inputFile,
org.sonar.uast.UastNode.Token token)
public static org.sonar.api.batch.fs.TextRange newRange(org.sonar.api.batch.fs.InputFile inputFile,
org.sonar.uast.UastNode from,
org.sonar.uast.UastNode to)