Class HostFunction.Argument

java.lang.Object
de.larsgrefer.sass.embedded.functions.HostFunction.Argument
Enclosing class:
HostFunction

public static final class HostFunction.Argument extends Object
  • Constructor Details

  • Method Details

    • getSassSignature

      public String getSassSignature()
    • getName

      public String getName()
    • getDefaultValue

      @Nullable public String getDefaultValue()
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object
    • withName

      public HostFunction.Argument withName(String name)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withDefaultValue

      public HostFunction.Argument withDefaultValue(@Nullable String defaultValue)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).