Class FunctionIdentifier

java.lang.Object
org.rumbledb.context.FunctionIdentifier
All Implemented Interfaces:
Serializable

public class FunctionIdentifier extends Object implements Serializable
See Also:
  • Constructor Details

    • FunctionIdentifier

      public FunctionIdentifier()
    • FunctionIdentifier

      public FunctionIdentifier(Name functionName, int arity)
  • Method Details

    • getArity

      public int getArity()
    • getName

      public Name getName()
    • getNameWithArity

      public Name getNameWithArity()
    • equals

      public boolean equals(Object instance)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object