private static class MethodOrdering.OrderData extends java.lang.Object implements java.lang.Comparable<MethodOrdering.OrderData>
| Modifier and Type | Field and Description |
|---|---|
private boolean |
hasLineNumber |
private Method |
method |
private int |
origIdx |
| Modifier | Constructor and Description |
|---|---|
private |
OrderData(Method method,
boolean hasLineNumber,
int origIdx) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(MethodOrdering.OrderData o) |
private final Method method
private final boolean hasLineNumber
private final int origIdx
private OrderData(Method method, boolean hasLineNumber, int origIdx)
public int compareTo(MethodOrdering.OrderData o)
compareTo in interface java.lang.Comparable<MethodOrdering.OrderData>