public class PhiCondition
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PhiCondition.Branch |
Modifier and Type | Field and Description |
---|---|
PhiCondition.Branch |
branch |
za.ac.sun.cs.green.expr.Expression |
condition |
Constructor and Description |
---|
PhiCondition(PhiCondition.Branch branch,
za.ac.sun.cs.green.expr.Expression condition) |
public final PhiCondition.Branch branch
public final za.ac.sun.cs.green.expr.Expression condition
public PhiCondition(PhiCondition.Branch branch, za.ac.sun.cs.green.expr.Expression condition)