Interface CodeElementWithName

All Superinterfaces:
CodeElement, CodeElementWithDeclaringType, CodeItem, CodeItemWithComment, CodeItemWithDeclaringType, CodeItemWithName, CodeMutable, CodeMutableItem, CodeMutableItemWithComment, CodeNode, CodeNodeItem, CodeWithContext
All Known Subinterfaces:
CodeConstructor, CodeField, CodeMember, CodeMethod, CodeOperation, CodeParameter, CodeProperty, CodeTypePlaceholder, CodeTypeVariable, CodeTypeWildcard

public interface CodeElementWithName extends CodeElementWithDeclaringType, CodeItemWithName
CodeElement that has a name.
Since:
1.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)