com.vaadin.sass.internal.selector
Class TypeSelector

java.lang.Object
  extended by com.vaadin.sass.internal.selector.SimpleSelector
      extended by com.vaadin.sass.internal.selector.TypeSelector
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ParentSelector, UniversalSelector

public class TypeSelector
extends SimpleSelector

Single CSS3 type selector such as "p" or "div". See also SimpleSelectorSequence and Selector.

See Also:
Serialized Form

Constructor Summary
TypeSelector(StringInterpolationSequence value)
           
 
Method Summary
 StringInterpolationSequence getValue()
           
 TypeSelector 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

TypeSelector

public TypeSelector(StringInterpolationSequence value)
Method Detail

getValue

public StringInterpolationSequence getValue()

toString

public String toString()
Overrides:
toString in class Object

replaceVariables

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


Copyright © 2013–2015 Vaadin. All rights reserved.