public class FixTypes extends java.lang.Object implements java.lang.Comparable<FixTypes>
| Modifier and Type | Class and Description |
|---|---|
static class |
FixTypes.BounceMethod |
static class |
FixTypes.Cast |
static class |
FixTypes.PublicField |
static class |
FixTypes.PublicMethod |
static class |
FixTypes.RemoveMethod |
| Modifier and Type | Field and Description |
|---|---|
protected int |
length |
protected java.lang.String |
newText |
protected int |
start |
protected int start
protected int length
protected java.lang.String newText
public static org.eclipse.jdt.core.dom.Modifier findAccessor(org.eclipse.jdt.core.dom.BodyDeclaration node)
public int compareTo(FixTypes o)
compareTo in interface java.lang.Comparable<FixTypes>public int getLength()
public int getStart()
public java.lang.String toString()
toString in class java.lang.Object