Interface CodeInlineComment

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

public interface CodeInlineComment extends CodeSingleComment
CodeComment representing an inline comment. It can occur almost everywhere in the code. Example:

/* this is a comment. */
Since:
1.0.0
Author:
hohwille