public class FunctionWrapper
extends java.lang.Object
| Constructor and Description |
|---|
FunctionWrapper(FunctionDeclaration declaration)
Create a new wrapper for the given function.
|
| Modifier and Type | Method and Description |
|---|---|
SassValue |
apply(SassValue value)
Call the function.
|
FunctionDeclaration |
getDeclaration() |
public FunctionWrapper(FunctionDeclaration declaration)
declaration - The function declaration.public FunctionDeclaration getDeclaration()