Package com.palantir.javaformat.java
Class Replacement
java.lang.Object
com.palantir.javaformat.java.Replacement
Data class representing a range in the original source and replacement text for that range.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ReplacementbooleanThe string to replace the range of characters with.com.google.common.collect.Range<Integer>The range of characters in the original source to replace.inthashCode()toString()
-
Method Details
-
create
-
getReplaceRange
The range of characters in the original source to replace. -
getReplacementString
The string to replace the range of characters with. -
equals
-
hashCode
public int hashCode() -
toString
-