com.vaadin.sass.internal.tree
Class FunctionDefNode

java.lang.Object
  extended by com.vaadin.sass.internal.tree.Node
      extended by com.vaadin.sass.internal.tree.DefNode
          extended by com.vaadin.sass.internal.tree.FunctionDefNode
All Implemented Interfaces:
IVariableNode, Serializable

public class FunctionDefNode
extends DefNode

See Also:
Serialized Form

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

FunctionDefNode

public FunctionDefNode(String name,
                       Collection<VariableNode> args,
                       boolean hasVariableArgs)
Method Detail

copy

public FunctionDefNode copy()
Overrides:
copy in class Node


Copyright © 2013–2014 Vaadin. All rights reserved.