public class PhiStatement extends Statement
Statement.Kind| Constructor and Description |
|---|
PhiStatement(CGNode node,
SSAPhiInstruction phi) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Statement.Kind |
getKind() |
SSAPhiInstruction |
getPhi() |
int |
hashCode() |
java.lang.String |
toString() |
public PhiStatement(CGNode node, SSAPhiInstruction phi)
public Statement.Kind getKind()
public SSAPhiInstruction getPhi()