com.vaadin.sass.internal.tree
Class FunctionCall

java.lang.Object
  extended by com.vaadin.sass.internal.tree.FunctionCall

public class FunctionCall
extends Object

Transient class representing a function call to a custom (user-defined) function. This class is used to evaluate the function call and is discarded after use. A FunctionCall does not have a parent in the stylesheet node tree.


Constructor Summary
FunctionCall()
           
 
Method Summary
static SassListItem evaluate(ScssContext context, FunctionDefNode def, LexicalUnitImpl invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionCall

public FunctionCall()
Method Detail

evaluate

public static SassListItem evaluate(ScssContext context,
                                    FunctionDefNode def,
                                    LexicalUnitImpl invocation)


Copyright © 2013–2015 Vaadin. All rights reserved.