public abstract class HostFunction extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HostFunction.Argument |
| Modifier | Constructor and Description |
|---|---|
protected |
HostFunction(String name,
List<HostFunction.Argument> arguments) |
| Modifier and Type | Method and Description |
|---|---|
List<HostFunction.Argument> |
getArguments() |
int |
getId() |
String |
getName() |
String |
getSignature() |
abstract sass.embedded_protocol.EmbeddedSass.Value |
invoke(List<sass.embedded_protocol.EmbeddedSass.Value> arguments) |
protected HostFunction(String name, List<HostFunction.Argument> arguments)
public abstract sass.embedded_protocol.EmbeddedSass.Value invoke(List<sass.embedded_protocol.EmbeddedSass.Value> arguments) throws Throwable
Throwablepublic int getId()
public String getName()
public List<HostFunction.Argument> getArguments()
public String getSignature()