Uses of Class
com.vaadin.sass.internal.Scope

Packages that use Scope
com.vaadin.sass.internal   
com.vaadin.sass.internal.tree   
 

Uses of Scope in com.vaadin.sass.internal
 

Methods in com.vaadin.sass.internal that return Scope
 Scope ScssContext.getCurrentScope()
          Returns the current scope.
 Scope Scope.getParent()
           
 Scope ScssContext.openVariableScope(Scope parent)
          Switch to a new sub-scope of a specific scope.
 

Methods in com.vaadin.sass.internal with parameters of type Scope
 void ScssContext.closeVariableScope(Scope newScope)
          End a scope for variables, removing all active variables that only existed in the new scope.
 Scope ScssContext.openVariableScope(Scope parent)
          Switch to a new sub-scope of a specific scope.
 

Constructors in com.vaadin.sass.internal with parameters of type Scope
Scope(Scope parent)
           
 

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

Methods in com.vaadin.sass.internal.tree that return Scope
 Scope DefNode.getDefinitionScope()
           
 

Methods in com.vaadin.sass.internal.tree with parameters of type Scope
protected  void DefNode.setDefinitionScope(Scope scope)
           
 



Copyright © 2013–2015 Vaadin. All rights reserved.