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 Details

  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface io.github.mmm.code.api.doc.CodeDocMethodLink
    • getParameters

      public List<String> getParameters()
      Specified by:
      getParameters in interface io.github.mmm.code.api.doc.CodeDocMethodLink
    • of

      public static io.github.mmm.code.api.doc.CodeDocMethodLink of(String anchor)
      Parameters:
      anchor - the anchor that may link a method.
      Returns:
      the BaseDocMethodLink or null if not a method link.