Class FunctionName


  • public class FunctionName
    extends Object
    Represents a fully qualified FunctionName.
    • Constructor Detail

      • FunctionName

        public FunctionName​(String functionName)
        Constructs a fully qualified FunctionName.
        Parameters:
        functionName - The name of the function.
    • Method Detail

      • getFunctionName

        public String getFunctionName()
        Gets the name of the function.
        Returns:
        A String containing the name of the function.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object