Class PythonTextEdit
java.lang.Object
org.sonar.plugins.python.api.quickfix.PythonTextEdit
-
Constructor Summary
ConstructorsConstructorDescriptionPythonTextEdit(String message, int startLine, int startLineOffset, int endLine, int endLineOffset) -
Method Summary
-
Constructor Details
-
PythonTextEdit
public PythonTextEdit(String message, int startLine, int startLineOffset, int endLine, int endLineOffset)
-
-
Method Details
-
replacementText
-
startLine
public int startLine() -
startLineOffset
public int startLineOffset() -
endLine
public int endLine() -
endLineOffset
public int endLineOffset() -
equals
-
hashCode
public int hashCode() -
toString
-