public final class LineInspector.ReplacementInfo extends Object
This object indicates the index of the rewritten statement and the associated list of nuts.
Modifier and Type | Method and Description |
---|---|
String |
asString()
Returns a concatenated
String representation of each nut returned getConvertibleNuts() . |
List<? extends ConvertibleNut> |
getConvertibleNuts()
Gets the nuts
|
int |
getEndIndex()
Gets the end index.
|
Nut |
getReferencer()
Gets the referencer.
|
int |
getStartIndex()
Gets the start index.
|
public int getStartIndex()
Gets the start index.
public int getEndIndex()
Gets the end index.
public Nut getReferencer()
Gets the referencer.
public List<? extends ConvertibleNut> getConvertibleNuts()
Gets the nuts
public String asString() throws IOException
Returns a concatenated String
representation of each nut returned getConvertibleNuts()
.
null
if no String
representation could be providedIOException
Copyright © 2012-2015. All Rights Reserved.