Package cdc.issues

Class FormalParams


  • public final class FormalParams
    extends Object
    Formal parameters.
    Author:
    Damien Carbonne
    • Method Detail

      • isEmpty

        public boolean isEmpty()
      • getNames

        public Set<String> getNames()
        Returns:
        The parameter names.
      • getSortedNames

        public List<String> getSortedNames()
        Returns:
        The sorted parameter names.
      • getDescription

        public String getDescription​(String name)
        Parameters:
        name - The parameter name.
        Returns:
        The description of parameter named name.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object