Class FunctionWrapper


  • public class FunctionWrapper
    extends java.lang.Object
    Wraps a java function as libsass function and pass the arguments through.
    • Method Summary

      Modifier and Type Method Description
      SassValue apply​(SassValue value)
      Call the function.
      FunctionDeclaration getDeclaration()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FunctionWrapper

        public FunctionWrapper​(FunctionDeclaration declaration)
        Create a new wrapper for the given function.
        Parameters:
        declaration - The function declaration.