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

Packages that use StringInterpolationSequence
com.vaadin.sass.internal.handler   
com.vaadin.sass.internal.parser   
com.vaadin.sass.internal.selector   
com.vaadin.sass.internal.tree   
 

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

Methods in com.vaadin.sass.internal.handler with parameters of type StringInterpolationSequence
 void SCSSDocumentHandler.endNestedProperties(StringInterpolationSequence name)
           
 void SCSSDocumentHandlerImpl.endNestedProperties(StringInterpolationSequence name)
           
 void SCSSDocumentHandler.microsoftDirective(String name, StringInterpolationSequence value)
           
 void SCSSDocumentHandlerImpl.microsoftDirective(String name, StringInterpolationSequence value)
           
 void SCSSDocumentHandlerImpl.property(StringInterpolationSequence name, SassListItem value, boolean important)
           
 void SCSSDocumentHandler.property(StringInterpolationSequence name, SassListItem value, boolean important, String comment)
           
 void SCSSDocumentHandlerImpl.property(StringInterpolationSequence name, SassListItem value, boolean important, String comment)
           
 void SCSSDocumentHandler.startKeyFrames(String keyframeName, StringInterpolationSequence animationname)
           
 void SCSSDocumentHandlerImpl.startKeyFrames(String keyframeName, StringInterpolationSequence animationName)
           
 void SCSSDocumentHandler.startNestedProperties(StringInterpolationSequence name)
           
 void SCSSDocumentHandlerImpl.startNestedProperties(StringInterpolationSequence name)
           
 

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

Methods in com.vaadin.sass.internal.parser that return StringInterpolationSequence
 StringInterpolationSequence StringInterpolationSequence.append(StringInterpolationSequence other)
          Creates a new StringInterpolationSequence that contains all items of this and other.
 StringInterpolationSequence Parser.ident_interpolation_seq()
           
 StringInterpolationSequence Parser.property()
           
 StringInterpolationSequence StringInterpolationSequence.replaceVariables(ScssContext context)
          Creates a new sequence that is obtained from this by replacing all variables occurring in expressions.
 StringInterpolationSequence StringInterpolationSequence.updateUrl(String prefix)
           
 

Methods in com.vaadin.sass.internal.parser with parameters of type StringInterpolationSequence
 StringInterpolationSequence StringInterpolationSequence.append(StringInterpolationSequence other)
          Creates a new StringInterpolationSequence that contains all items of this and other.
static LexicalUnitImpl LexicalUnitImpl.createIdent(int line, int column, StringInterpolationSequence s)
           
 

Uses of StringInterpolationSequence in com.vaadin.sass.internal.selector
 

Methods in com.vaadin.sass.internal.selector that return StringInterpolationSequence
 StringInterpolationSequence PseudoClassSelector.getClassValue()
           
 StringInterpolationSequence ClassSelector.getClassValue()
           
 StringInterpolationSequence PseudoElementSelector.getPseudoElement()
           
 StringInterpolationSequence TypeSelector.getValue()
           
 StringInterpolationSequence IdSelector.getValue()
           
 StringInterpolationSequence PlaceholderSelector.getValue()
           
 

Constructors in com.vaadin.sass.internal.selector with parameters of type StringInterpolationSequence
AttributeSelector(StringInterpolationSequence attribute, AttributeSelector.MatchRelation matchRelation, StringInterpolationSequence value)
          Constructs an attribute selector with an attribute name and optional match relation and value.
ClassSelector(StringInterpolationSequence classValue)
           
IdSelector(StringInterpolationSequence id)
           
PlaceholderSelector(StringInterpolationSequence value)
           
PseudoClassSelector(StringInterpolationSequence pseudoClass)
           
PseudoClassSelector(StringInterpolationSequence pseudoClass, String argument)
           
PseudoElementSelector(StringInterpolationSequence pseudoElement)
           
TypeSelector(StringInterpolationSequence value)
           
 

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

Methods in com.vaadin.sass.internal.tree that return StringInterpolationSequence
 StringInterpolationSequence NestPropertiesNode.getName()
           
 StringInterpolationSequence RuleNode.getVariable()
           
 

Methods in com.vaadin.sass.internal.tree with parameters of type StringInterpolationSequence
 void NestPropertiesNode.setName(StringInterpolationSequence name)
           
 void RuleNode.setVariable(StringInterpolationSequence variable)
           
 

Constructors in com.vaadin.sass.internal.tree with parameters of type StringInterpolationSequence
KeyframesNode(String keyframeName, StringInterpolationSequence animationName)
           
MicrosoftRuleNode(String name, StringInterpolationSequence value)
           
NestPropertiesNode(StringInterpolationSequence name)
           
RuleNode(StringInterpolationSequence variable, SassListItem value, boolean important, String comment)
           
 



Copyright © 2013–2015 Vaadin. All rights reserved.