- All Superinterfaces:
- Statement
- All Known Implementing Classes:
- SetVariable
public interface SimpleStatement
extends Statement
Represents the sort of statement that performs a simple operation
such as setting or changing a variable (as opposed to a control
statement such as a 'for' loop).
- Author:
- Michael Orr