public final class CodeReplacement extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getLength()
Returns how many bytes the new content should replace in the
original content.
|
String |
getNewContent()
Returns the new content that should be inserted into the file.
|
int |
getStartPosition()
Returns the start position within the file that the modification
should be applied starting at.
|
int |
hashCode() |
String |
toString() |
public int getStartPosition()
public int getLength()
public String getNewContent()
Copyright © 2009-2014 Google. All Rights Reserved.