public class SwitchNode
extends java.lang.Object
implements java.lang.Comparable
Constructor and Description |
---|
SwitchNode(AugmentedStmt as,
java.util.TreeSet<java.lang.Object> indexSet,
IterableSet body) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object o) |
AugmentedStmt |
get_AugStmt() |
IterableSet |
get_Body() |
java.util.TreeSet<java.lang.Object> |
get_IndexSet() |
java.util.List |
get_Preds() |
int |
get_Score() |
java.util.List |
get_Succs() |
SwitchNode |
reset() |
void |
setup_Graph(java.util.HashMap<AugmentedStmt,SwitchNode> binding) |
public SwitchNode(AugmentedStmt as, java.util.TreeSet<java.lang.Object> indexSet, IterableSet body)
public int get_Score()
public java.util.List get_Preds()
public java.util.List get_Succs()
public AugmentedStmt get_AugStmt()
public java.util.TreeSet<java.lang.Object> get_IndexSet()
public IterableSet get_Body()
public SwitchNode reset()
public void setup_Graph(java.util.HashMap<AugmentedStmt,SwitchNode> binding)
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable