Interface CodeAtomicStatement

All Superinterfaces:
CodeItem, CodeItemWithVariables, CodeStatement
All Known Subinterfaces:
CodeAssignment, CodeLocalVariable, CodeLocalVariables, CodeRegularAssignment, CodeReturnStatement

public interface CodeAtomicStatement extends CodeStatement
An atomic CodeStatement (unlike a CodeBlock).
Since:
1.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)
See Also: