Package io.bit3.jsass.function
Class FunctionWrapper
- java.lang.Object
-
- io.bit3.jsass.function.FunctionWrapper
-
public class FunctionWrapper extends java.lang.ObjectWraps a java function as libsass function and pass the arguments through.
-
-
Constructor Summary
Constructors Constructor Description FunctionWrapper(FunctionDeclaration declaration)Create a new wrapper for the given function.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SassValueapply(SassValue value)Call the function.FunctionDeclarationgetDeclaration()
-
-
-
Constructor Detail
-
FunctionWrapper
public FunctionWrapper(FunctionDeclaration declaration)
Create a new wrapper for the given function.- Parameters:
declaration- The function declaration.
-
-
Method Detail
-
getDeclaration
public FunctionDeclaration getDeclaration()
-
-