AssignPhiCatchStmt, PhiJoinStmtpublic abstract class PhiStmt extends Stmt implements Assign
PhiJoinStmt,
PhiCatchStmt| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
clone() |
|
DefExpr[] |
defs() |
Return the expressions (variables) defined by this PhiStmt.
|
abstract java.util.Collection |
operands() |
|
VarExpr |
target() |
block, cleanup, copyInto, hasParent, key, parent, replaceWith, replaceWith, setKey, setParent, setValueNumber, toString, valueNumber, visit, visitChildren, visitForceChildren, visitOnlyequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcleanupOnlypublic PhiStmt(VarExpr target)
target - A stack expression or local variable that is the target of
this phi-statement.