Interface Assign
- All Known Implementing Classes:
InitStmt, PhiCatchStmt, PhiJoinStmt, PhiStmt, StackManipStmt, StoreExpr
public interface Assign
Classes that implement Assign involve an assignment (definition).
- See Also:
-
Method Summary
-
Method Details
-
defs
DefExpr[] defs()Returns the expressions that may be modified (defined) by this expression or statement.
-