Interface CodeItemWithName

All Superinterfaces:
CodeItem
All Known Subinterfaces:
CodeConstructor, CodeElementWithName, CodeField, CodeLocalVariable, CodeMember, CodeMethod, CodeOperation, CodeParameter, CodeProperty, CodeTypePlaceholder, CodeTypeVariable, CodeTypeWildcard, CodeVariable, CodeVariableThis

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