public class UnicodeRangeExpression extends Expression
| Constructor and Description |
|---|
UnicodeRangeExpression(HiddenTokenAwareTree underlyingStructure) |
UnicodeRangeExpression(HiddenTokenAwareTree underlyingStructure,
String value) |
| Modifier and Type | Method and Description |
|---|---|
UnicodeRangeExpression |
clone() |
List<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() |
getScope, hasScope, setScope, splitByCommaaddOpeningComments, addTrailingComment, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructurepublic UnicodeRangeExpression(HiddenTokenAwareTree underlyingStructure)
public UnicodeRangeExpression(HiddenTokenAwareTree underlyingStructure, String value)
public String getValue()
public void setValue(String value)
@NotAstProperty public List<ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic String toString()
toString in class ASTCssNodepublic UnicodeRangeExpression clone()
clone in interface PubliclyCloneableclone in class ExpressionCopyright © 2012-2015. All Rights Reserved.