Interface IClass.IMember

All Known Implementing Classes:
IClass.IConstructor, IClass.IField, IClass.IInvocable, IClass.IMethod, ReflectionIClass.ReflectionIConstructor, ReflectionIClass.ReflectionIField, ReflectionIClass.ReflectionIMethod, UnitCompiler.SimpleIField
Enclosing class:
IClass

public static interface IClass.IMember
Base for the members of an IClass. IClass.IMember are expected to be immutable, i.e. all getter methods return constant values.