com.vaadin.sass.internal.visitor
Class WhileNodeHandler

java.lang.Object
  extended by com.vaadin.sass.internal.visitor.WhileNodeHandler

public class WhileNodeHandler
extends Object


Constructor Summary
WhileNodeHandler()
           
 
Method Summary
static Collection<Node> traverse(ScssContext context, WhileNode whileNode)
          Replace a WhileNode with the expanded set of nodes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhileNodeHandler

public WhileNodeHandler()
Method Detail

traverse

public static Collection<Node> traverse(ScssContext context,
                                        WhileNode whileNode)
Replace a WhileNode with the expanded set of nodes.

Parameters:
context - current compilation context
whileNode - node to replace


Copyright © 2013–2015 Vaadin. All rights reserved.