Module ilusr.core

Class MethodSignature


  • public class MethodSignature
    extends Object
    • Constructor Detail

      • MethodSignature

        public MethodSignature​(String name,
                               Class input)
        Parameters:
        name - The name of the method.
        input - The data associated with the first parameter.
    • Method Detail

      • methodName

        public String methodName()
        Returns:
        The name of the method.
      • methodName

        public void methodName​(String name)
        Parameters:
        name - The new name for the method.
      • methodInput

        public Class methodInput()
        Returns:
        The type of the data.
      • methodInput

        public void methodInput​(Class input)
        Parameters:
        input - The new type for the data.