Class MethodSignatureModel


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

      • methodName

        public String methodName
        The name of the method.
      • returnType

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

      • 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 Detail

      • toBean

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