Class MethodSignatureModel


public class MethodSignatureModel extends CodeSignatureModel
The model of the signature of a method of a class.
  • Field Details

    • methodName

      public String methodName
      The name of the method.
    • returnType

      public String returnType
      The return type of the method, if any.
  • Constructor Details

    • MethodSignatureModel

      public MethodSignatureModel(MethodSignature method)
      Builds the model of the signature of a method.
      Parameters:
      method - the method original signature to copy
    • MethodSignatureModel

      public MethodSignatureModel()
  • Method Details

    • toBean

      public MethodSignature toBean()
      Yields the method signature corresponding to this model.
      Returns:
      the method signature