com.vaadin.sass.internal.selector
Class PlaceholderSelector

java.lang.Object
  extended by com.vaadin.sass.internal.selector.SimpleSelector
      extended by com.vaadin.sass.internal.selector.PlaceholderSelector
All Implemented Interfaces:
Serializable

public class PlaceholderSelector
extends SimpleSelector

Simple placeholder selector of the form "%abc". Placeholder selectors are not output as-is but only when used via "@extend".

See Also:
Serialized Form

Constructor Summary
PlaceholderSelector(StringInterpolationSequence value)
           
 
Method Summary
 StringInterpolationSequence getValue()
           
 PlaceholderSelector replaceVariables(ScssContext context)
           
 String toString()
           
 
Methods inherited from class com.vaadin.sass.internal.selector.SimpleSelector
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlaceholderSelector

public PlaceholderSelector(StringInterpolationSequence value)
Method Detail

getValue

public StringInterpolationSequence getValue()

toString

public String toString()
Overrides:
toString in class Object

replaceVariables

public PlaceholderSelector replaceVariables(ScssContext context)
Overrides:
replaceVariables in class SimpleSelector


Copyright © 2013–2015 Vaadin. All rights reserved.