public final class LayoutDecision extends Object implements Comparable<LayoutDecision>
| Modifier and Type | Class and Description |
|---|---|
static class |
LayoutDecision.Kind |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(LayoutDecision arg) |
ObjectFile.Element |
getElement() |
Object |
getValue() |
boolean |
isTaken() |
String |
toString() |
public Object getValue()
public boolean isTaken()
public ObjectFile.Element getElement()
public int compareTo(LayoutDecision arg)
compareTo in interface Comparable<LayoutDecision>