@Immutable public class CaseStatement extends Object implements Comparable<CaseStatement>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CaseStatement o) |
boolean |
equals(Object obj) |
BytecodeNode |
getBody() |
int |
getKey() |
LabelNode |
getLabel() |
int |
hashCode() |
String |
toString() |
public int getKey()
public BytecodeNode getBody()
public LabelNode getLabel()
public int compareTo(CaseStatement o)
compareTo in interface Comparable<CaseStatement>Copyright © 2012–2023. All rights reserved.