Class HostFunction.Argument
java.lang.Object
de.larsgrefer.sass.embedded.functions.HostFunction.Argument
- Enclosing class:
- HostFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()toString()withDefaultValue(String defaultValue)
-
Constructor Details
-
Argument
-
-
Method Details
-
getSassSignature
-
getName
-
getDefaultValue
-
equals
-
hashCode
public int hashCode() -
toString
-
withName
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withDefaultValue
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-