Interface CodeItemWithComment

All Superinterfaces:
CodeItem
All Known Subinterfaces:
CodeAnnotation, CodeArrayType, CodeComposedType, CodeConstructor, CodeElement, CodeElementWithDeclaringType, CodeElementWithModifiers, CodeElementWithName, CodeElementWithTypeVariables, CodeException, CodeField, CodeFile, CodeGenericType, CodeMember, CodeMethod, CodeMutableItemWithComment, CodeOperation, CodeOperationArg, CodePackage, CodeParameter, CodeParameterizedType, CodePathElement, CodeProperty, CodeReturn, CodeType, CodeTypePlaceholder, CodeTypeVariable, CodeTypeWildcard

public interface CodeItemWithComment extends CodeItem
CodeItem that has an optional comment.
Since:
1.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)