Interface CodeComments

All Superinterfaces:
CodeComment, CodeItem, CodeItemWithVariables, CodeStatement, Iterable<String>

public interface CodeComments extends CodeComment
CodeComment representing a sequence of CodeComments. Example:
// This is a single-line comment
// Yet another single-line comment
/* This is a multi-line comment with only a single line */
// Again a single-line comment
/*
 * And again multi-line
 * comment follows.
 */
Since:
1.0.0
Author:
hohwille