com.vaadin.sass.internal.tree
Class FunctionNode
java.lang.Object
com.vaadin.sass.internal.tree.Node
com.vaadin.sass.internal.tree.NodeWithVariableArguments
com.vaadin.sass.internal.tree.FunctionNode
- All Implemented Interfaces:
- IVariableNode, Serializable
public class FunctionNode
- extends NodeWithVariableArguments
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 FunctionNode does not have a parent in the stylesheet node tree.
- See Also:
- Serialized Form
| Methods inherited from class com.vaadin.sass.internal.tree.Node |
appendAll, appendChild, appendChild, appendChildrenAfter, copy, getChildren, getParentNode, hasChildren, printState, removeChild, setChildren |
FunctionNode
public FunctionNode(FunctionDefNode def,
LexicalUnitImpl invocation)
toString
public String toString()
- Overrides:
toString in class Object
evaluate
public SassListItem evaluate()
doTraverse
public void doTraverse()
- Specified by:
doTraverse in class NodeWithVariableArguments
Copyright © 2013–2014 Vaadin. All rights reserved.