public static final class HostFunction.Argument extends Object
Constructor and Description |
---|
Argument(String name,
String defaultValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDefaultValue() |
String |
getName() |
String |
getSassSignature() |
int |
hashCode() |
String |
toString() |
HostFunction.Argument |
withDefaultValue(String defaultValue) |
HostFunction.Argument |
withName(String name) |
public String getSassSignature()
public String getName()
public HostFunction.Argument withName(String name)
this
if an identical value is passed).public HostFunction.Argument withDefaultValue(@Nullable String defaultValue)
this
if an identical value is passed).