Class FunctionWrapper


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

      • FunctionWrapper

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