Interface MethodSource<O extends JavaSource<O>>

All Superinterfaces:
Abstractable, AbstractableSource<MethodSource<O>>, AnnotationTarget<O>, AnnotationTargetSource<O,MethodSource<O>>, FinalCapable, FinalCapableSource<MethodSource<O>>, GenericCapable<O>, GenericCapableSource<O,MethodSource<O>>, Internal, JavaDocCapable<MethodSource<O>>, JavaDocCapableSource<MethodSource<O>>, LocationCapable, Member<O>, MemberSource<O,MethodSource<O>>, Method<O,MethodSource<O>>, Named, NamedSource<MethodSource<O>>, Origin<O>, StaticCapable, StaticCapableSource<MethodSource<O>>, VisibilityScoped, VisibilityScopedSource<MethodSource<O>>

public interface MethodSource<O extends JavaSource<O>> extends Method<O,MethodSource<O>>, AbstractableSource<MethodSource<O>>, MemberSource<O,MethodSource<O>>, GenericCapableSource<O,MethodSource<O>>
Represents a Java Method in source form.
Author:
Lincoln Baxter, III, George Gastaldi