Class BaseDocMethodLink
java.lang.Object
io.github.mmm.code.base.doc.BaseDocMethodLink
- All Implemented Interfaces:
io.github.mmm.code.api.doc.CodeDocMethodLink
public class BaseDocMethodLink
extends Object
implements io.github.mmm.code.api.doc.CodeDocMethodLink
Base implementation of
CodeDocMethodLink.- Since:
- 1.0.0
- Author:
- hohwille
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BaseDocMethodLink
The constructor.- Parameters:
name- themethod name.parameters- theparameter type names.
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceio.github.mmm.code.api.doc.CodeDocMethodLink
-
getParameters
-
of
- Parameters:
anchor- theanchorthat may link a method.- Returns:
- the
BaseDocMethodLinkornullif not a method link.
-