Uses of Class
com.vaadin.sass.internal.tree.VariableNode

Packages that use VariableNode
com.vaadin.sass.internal   
com.vaadin.sass.internal.handler   
com.vaadin.sass.internal.parser   
com.vaadin.sass.internal.tree   
com.vaadin.sass.internal.tree.controldirective   
com.vaadin.sass.internal.visitor   
 

Uses of VariableNode in com.vaadin.sass.internal
 

Methods in com.vaadin.sass.internal that return VariableNode
static VariableNode ScssStylesheet.getVariable(java.lang.String string)
           
 

Methods in com.vaadin.sass.internal that return types with arguments of type VariableNode
static java.util.ArrayList<VariableNode> ScssStylesheet.getVariables()
           
static java.util.Map<java.lang.String,VariableNode> ScssStylesheet.openVariableScope()
          Start a new scope for variables.
 

Methods in com.vaadin.sass.internal with parameters of type VariableNode
 void ScssStylesheet.addChild(int index, VariableNode node)
           
static void ScssStylesheet.addVariable(VariableNode node)
           
 

Method parameters in com.vaadin.sass.internal with type arguments of type VariableNode
static void ScssStylesheet.closeVariableScope(java.util.Map<java.lang.String,VariableNode> originalScope)
          End a scope for variables, replacing all active variables with those from the original scope (obtained from ScssStylesheet.openVariableScope()).
 

Uses of VariableNode in com.vaadin.sass.internal.handler
 

Method parameters in com.vaadin.sass.internal.handler with type arguments of type VariableNode
 void SCSSDocumentHandler.endMixinDirective(java.lang.String name, java.util.Collection<VariableNode> args)
           
 void SCSSDocumentHandlerImpl.endMixinDirective(java.lang.String name, java.util.Collection<VariableNode> args)
           
 void SCSSDocumentHandler.startMixinDirective(java.lang.String name, java.util.Collection<VariableNode> args)
           
 void SCSSDocumentHandlerImpl.startMixinDirective(java.lang.String name, java.util.Collection<VariableNode> args)
           
 

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

Methods in com.vaadin.sass.internal.parser that return VariableNode
 VariableNode Parser.mixinArg()
           
 

Methods in com.vaadin.sass.internal.parser that return types with arguments of type VariableNode
 java.util.ArrayList<VariableNode> Parser.arglist()
           
 

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

Methods in com.vaadin.sass.internal.tree that return VariableNode
 VariableNode ListContainsNode.getModifiedList()
           
 VariableNode ListModifyNode.getModifiedList()
           
 

Methods in com.vaadin.sass.internal.tree that return types with arguments of type VariableNode
 java.util.ArrayList<VariableNode> MixinDefNode.getArglist()
           
 

Method parameters in com.vaadin.sass.internal.tree with type arguments of type VariableNode
 void FunctionNode.replaceVariables(java.util.ArrayList<VariableNode> variables)
           
 void MicrosoftRuleNode.replaceVariables(java.util.ArrayList<VariableNode> variables)
           
 void NestPropertiesNode.replaceVariables(java.util.ArrayList<VariableNode> variables)
           
 void MixinDefNode.replaceVariables(java.util.ArrayList<VariableNode> variables)
           
 void KeyframesNode.replaceVariables(java.util.ArrayList<VariableNode> variables)
           
 void MixinNode.replaceVariables(java.util.ArrayList<VariableNode> variables)
          Replace variable references with their values in the mixin argument list.
 void SimpleNode.replaceVariables(java.util.ArrayList<VariableNode> variables)
           
 void BlockNode.replaceVariables(java.util.ArrayList<VariableNode> variables)
           
 void IVariableNode.replaceVariables(java.util.ArrayList<VariableNode> variables)
           
 void RuleNode.replaceVariables(java.util.ArrayList<VariableNode> variables)
           
 void ExtendNode.replaceVariables(java.util.ArrayList<VariableNode> variables)
           
 void VariableNode.replaceVariables(java.util.ArrayList<VariableNode> variables)
           
 void ListModifyNode.replaceVariables(java.util.ArrayList<VariableNode> variables)
           
 void MixinDefNode.setArglist(java.util.ArrayList<VariableNode> arglist)
           
 

Constructor parameters in com.vaadin.sass.internal.tree with type arguments of type VariableNode
MixinDefNode(java.lang.String name, java.util.Collection<VariableNode> args)
           
 

Uses of VariableNode in com.vaadin.sass.internal.tree.controldirective
 

Method parameters in com.vaadin.sass.internal.tree.controldirective with type arguments of type VariableNode
 void EachDefNode.replaceVariables(java.util.ArrayList<VariableNode> variables)
           
 void IfNode.replaceVariables(java.util.ArrayList<VariableNode> variables)
           
 

Uses of VariableNode in com.vaadin.sass.internal.visitor
 

Methods in com.vaadin.sass.internal.visitor with parameters of type VariableNode
static void VariableNodeHandler.traverse(VariableNode node)
           
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.