Interface CodeMember

All Superinterfaces:
CodeElement, CodeElementWithDeclaringType, CodeElementWithModifiers, CodeElementWithName, CodeItem, CodeItemWithComment, CodeItemWithDeclaringType, CodeItemWithModifiers, CodeItemWithName, CodeItemWithType, CodeMutable, CodeMutableItem, CodeMutableItemWithComment, CodeNode, CodeNodeItem, CodeWithContext
All Known Subinterfaces:
CodeConstructor, CodeField, CodeMethod, CodeOperation, CodeProperty

public interface CodeMember extends CodeElementWithModifiers, CodeElementWithName, CodeItemWithType
CodeElementWithModifiers representing a Member of a CodeType that is either a CodeOperation or a CodeField.
Since:
1.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)