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