SandMark version 2.0


sandmark.obfuscate.boolsplitter.dtree
Interface Assign

All Known Implementing Classes:
InitStmt, PhiStmt, StackManipStmt, StoreExpr

public interface Assign

Classes that implement Assign involve an assignment (definition).

See Also:
InitStmt, PhiStmt, StackManipStmt, StoreExpr

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

Method Detail

defs

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


SandMark version 2.0

Mon Jun 17 12:30:47 MST 2002