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

    Modifier and Type
    Method
    Description
    Returns the expressions that may be modified (defined) by this expression or statement.
  • Method Details

    • defs

      DefExpr[] defs()
      Returns the expressions that may be modified (defined) by this expression or statement.