|
||||||||||
| 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.DefNode
com.vaadin.sass.internal.tree.FunctionDefNode
public class FunctionDefNode
| 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 |
|---|
children, parentNode, PRINT_STRATEGY, TO_STRING_STRATEGY |
| Constructor Summary | |
|---|---|
FunctionDefNode(String name,
Collection<VariableNode> args,
boolean hasVariableArgs)
|
|
| Method Summary | |
|---|---|
FunctionDefNode |
copy()
|
| Methods inherited from class com.vaadin.sass.internal.tree.DefNode |
|---|
getArglist, getName, hasVariableArguments, replacePossibleArguments, replaceVariables, traverse |
| Methods inherited from class com.vaadin.sass.internal.tree.Node |
|---|
appendAll, appendChild, appendChild, appendChildrenAfter, getChildren, getParentNode, hasChildren, printState, removeChild, setChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FunctionDefNode(String name,
Collection<VariableNode> args,
boolean hasVariableArgs)
| Method Detail |
|---|
public FunctionDefNode copy()
copy in class Node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||