Interface CodeAssignment

All Superinterfaces:
CodeAtomicStatement, CodeItem, CodeItemWithVariables, CodeStatement
All Known Subinterfaces:
CodeLocalVariable, CodeRegularAssignment

public interface CodeAssignment extends CodeAtomicStatement
CodeAtomicStatement representing an assignment of a variable to the result of an expression.
Since:
1.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)