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
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:
-
Field Summary
Fields inherited from interface CodeItem
DEFAULT_INDENT, DEFAULT_NEWLINE -
Method Summary
Methods inherited from interface CodeItem
getLanguage, getSourceCode, write, write, write, write, write, writeMethods inherited from interface CodeItemWithVariables
getVariable