Interface CodeInlineComment
- All Superinterfaces:
CodeComment, CodeItem, CodeItemWithVariables, CodeSingleComment, CodeStatement, Iterable<String>
CodeComment representing an inline comment. It can occur almost everywhere in the code.
Example:/* this is a comment. */
- Since:
- 1.0.0
- Author:
- hohwille
-
Field Summary
Fields inherited from interface CodeItem
DEFAULT_INDENT, DEFAULT_NEWLINE -
Method Summary
Methods inherited from interface CodeComment
getVariable, iteratorMethods inherited from interface CodeItem
getLanguage, getSourceCode, write, write, write, write, write, writeMethods inherited from interface CodeSingleComment
getComment, getCommentLinesMethods inherited from interface Iterable
forEach, spliterator