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() |
getScope, hasScope, setScope, splitByCommaaddOpeningComments, addTrailingComment, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, 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 ASTCssNode@NotAstProperty public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic String toString()
toString in class ASTCssNodepublic CssString clone()
clone in interface PubliclyCloneableclone in class ExpressionCopyright © 2012-2015. All Rights Reserved.