com.vaadin.sass.internal.visitor
Class WhileNodeHandler
java.lang.Object
com.vaadin.sass.internal.visitor.WhileNodeHandler
public class WhileNodeHandler
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WhileNodeHandler
public WhileNodeHandler()
traverse
public static Collection<Node> traverse(ScssContext context,
WhileNode whileNode)
- Replace a WhileNode with the expanded set of nodes.
- Parameters:
context - current compilation contextwhileNode - node to replace
Copyright © 2013–2015 Vaadin. All rights reserved.