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(String value)
           
 
Method Summary
 String getValue()
           
 TypeSelector replaceVariable(VariableNode var)
           
 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(String value)
Method Detail

getValue

public String getValue()

toString

public String toString()
Overrides:
toString in class Object

replaceVariable

public TypeSelector replaceVariable(VariableNode var)
Overrides:
replaceVariable in class SimpleSelector


Copyright © 2013–2014 Vaadin. All rights reserved.