Interface CodeComment

All Superinterfaces:
CodeItem, CodeItemWithVariables, CodeStatement, Iterable<String>
All Known Subinterfaces:
CodeBlockComment, CodeComments, CodeInlineComment, CodeSingleComment, CodeSingleLineComment

public interface CodeComment extends CodeStatement, Iterable<String>
CodeStatement for a comment.
Since:
1.0.0
Author:
hohwille