Interface CodeMembers<M extends CodeMember>

Type Parameters:
M - type of the contained CodeMembers.
All Superinterfaces:
CodeItem, CodeItemWithDeclaringType, CodeMutable, CodeMutableItem, CodeNode, CodeNodeContainer<M>, CodeNodeItem, CodeNodeItemContainer<M>, CodeWithContext, Iterable<M>
All Known Subinterfaces:
CodeConstructors, CodeFields, CodeMethods, CodeOperations<O>, CodeProperties

public interface CodeMembers<M extends CodeMember> extends CodeNodeItemContainer<M>, CodeItemWithDeclaringType
CodeItem that groups all CodeMembers of a type.
Since:
1.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)