Interface CodeStatement

All Superinterfaces:
CodeItem, CodeItemWithVariables
All Known Subinterfaces:
CodeAssignment, CodeAtomicStatement, CodeBlockComment, CodeBlockDoWhile, CodeBlockFor, CodeBlockIf, CodeBlockStatement, CodeBlockWhileDo, CodeBlockWithCondition, CodeComment, CodeComments, CodeInlineComment, CodeLocalVariable, CodeLocalVariables, CodeRegularAssignment, CodeReturnStatement, CodeSingleComment, CodeSingleLineComment

public interface CodeStatement extends CodeItemWithVariables
CodeItem with a single statement or a complete block of statements. A CodeStatement is what can be inside a body.
Since:
1.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)
See Also: