Uses of Class
com.vaadin.sass.internal.parser.FormalArgumentList

Packages that use FormalArgumentList
com.vaadin.sass.internal.parser   
com.vaadin.sass.internal.tree   
 

Uses of FormalArgumentList in com.vaadin.sass.internal.parser
 

Methods in com.vaadin.sass.internal.parser that return FormalArgumentList
 FormalArgumentList FormalArgumentList.replaceFormalArguments(ActualArgumentList actualArgumentList)
          Returns a new FormalArgumentList that is obtained from this list by replacing all formal arguments with the corresponding actual arguments.
 FormalArgumentList FormalArgumentList.replaceVariables(Collection<VariableNode> variables)
           
 

Uses of FormalArgumentList in com.vaadin.sass.internal.tree
 

Methods in com.vaadin.sass.internal.tree that return FormalArgumentList
 FormalArgumentList DefNode.getArglist()
           
 



Copyright © 2013–2014 Vaadin. All rights reserved.