Uses of Class
org.sonar.python.quickfix.PythonTextEdit
-
Packages that use PythonTextEdit Package Description org.sonar.python.quickfix -
-
Uses of PythonTextEdit in org.sonar.python.quickfix
Methods in org.sonar.python.quickfix that return PythonTextEdit Modifier and Type Method Description static PythonTextEditPythonTextEdit. insertAfter(Tree tree, String textToInsert)static PythonTextEditPythonTextEdit. insertBefore(Tree tree, String textToInsert)static PythonTextEditPythonTextEdit. insertLineBefore(Tree tree, String textToInsert)Insert a line with the same offset as the given tree, before the given tree.static PythonTextEditPythonTextEdit. remove(Tree toRemove)static PythonTextEditPythonTextEdit. replace(Tree toReplace, String replacementText)static PythonTextEditPythonTextEdit. replaceRange(Tree start, Tree end, String replacementText)Methods in org.sonar.python.quickfix that return types with arguments of type PythonTextEdit Modifier and Type Method Description List<PythonTextEdit>PythonQuickFix. getTextEdits()Methods in org.sonar.python.quickfix with parameters of type PythonTextEdit Modifier and Type Method Description PythonQuickFix.BuilderPythonQuickFix.Builder. addTextEdit(PythonTextEdit... textEdit)
-