public class CssString extends Expression
| Constructor and Description |
|---|
CssString(HiddenTokenAwareTree token,
String value,
String quoteType) |
| Modifier and Type | Method and Description |
|---|---|
CssString |
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 |
setQuoteType(String quoteType) |
void |
setValue(String value) |
String |
toString() |
splitByCommaaddOpeningComments, addTrailingComments, configureParentToAllChilds, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getParent, getSource, getSourceLine, getTrailingComments, getUnderlyingStructure, isFaulty, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructurepublic CssString(HiddenTokenAwareTree token, String value, String quoteType)
public String getValue()
public void setValue(String value)
public String getQuoteType()
public void setQuoteType(String quoteType)
public ASTCssNodeType getType()
getType in class ASTCssNodepublic List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic CssString clone()
clone in class ExpressionCopyright © 2012-2013. All Rights Reserved.