|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.sass.internal.tree.Node
com.vaadin.sass.internal.tree.NodeWithVariableArguments
com.vaadin.sass.internal.tree.FunctionNode
public class FunctionNode
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.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.vaadin.sass.internal.tree.Node |
|---|
Node.BuildStringStrategy, Node.PrintStrategy, Node.ToStringStrategy |
| Field Summary |
|---|
| Fields inherited from class com.vaadin.sass.internal.tree.Node |
|---|
PRINT_STRATEGY, TO_STRING_STRATEGY |
| Constructor Summary | |
|---|---|
FunctionNode(FunctionDefNode def,
LexicalUnitImpl invocation)
|
|
| Method Summary | |
|---|---|
void |
doTraverse()
|
SassListItem |
evaluate()
|
String |
toString()
|
| Methods inherited from class com.vaadin.sass.internal.tree.NodeWithVariableArguments |
|---|
expandVariableArguments, getArglist, getName, getSeparator, hasVariableArguments, replaceVariables, traverse |
| Methods inherited from class com.vaadin.sass.internal.tree.Node |
|---|
appendAfterNode, appendChild, copy, getChildren, getParentNode, printState, removeFromParent, replaceNode, traverseChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FunctionNode(FunctionDefNode def,
LexicalUnitImpl invocation)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic SassListItem evaluate()
public void doTraverse()
doTraverse in class NodeWithVariableArguments
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||