Interface CodeBlock

All Superinterfaces:
CodeItem, CodeItemWithVariables, CodeMutable, CodeMutableItem, CodeNode, CodeNodeItem, CodeWithContext
All Known Subinterfaces:
CodeBlockBody, CodeBlockDoWhile, CodeBlockFor, CodeBlockIf, CodeBlockInitializer, CodeBlockStatement, CodeBlockWhileDo, CodeBlockWithCondition

public interface CodeBlock extends CodeNodeItem, CodeItemWithVariables
CodeStatement for a block that groups multiple statements.
Since:
1.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)