com.vaadin.sass.internal.tree
Class FunctionCall
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FunctionCall
public FunctionCall()
evaluate
public static SassListItem evaluate(ScssContext context,
FunctionDefNode def,
LexicalUnitImpl invocation)
Copyright © 2013–2015 Vaadin. All rights reserved.