public class EscapedSelector extends SelectorPart
| Constructor and Description |
|---|
EscapedSelector(HiddenTokenAwareTree underlyingStructure,
String value,
String quoteTypes) |
| Modifier and Type | Method and Description |
|---|---|
EscapedSelector |
clone() |
List<? extends ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters
and setters consistent.
|
String |
getQuoteType() |
ASTCssNodeType |
getType() |
String |
getValue() |
void |
setQuoteTypes(String quoteTypes) |
void |
setValue(String value) |
String |
toString() |
isAppender, isClassesAndIdsOnlySelectoraddOpeningComments, addTrailingComments, configureParentToAllChilds, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getParent, getSource, getSourceLine, getTrailingComments, getUnderlyingStructure, isFaulty, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructurepublic EscapedSelector(HiddenTokenAwareTree underlyingStructure, String value, String quoteTypes)
public String getQuoteType()
public void setQuoteTypes(String quoteTypes)
public String getValue()
public void setValue(String value)
public EscapedSelector clone()
clone in class SelectorPartpublic List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodeCopyright © 2012-2013. All Rights Reserved.