public class MediaExpressionFeature extends ASTCssNode
| Constructor and Description |
|---|
MediaExpressionFeature(HiddenTokenAwareTree underlyingStructure,
String feature) |
| Modifier and Type | Method and Description |
|---|---|
MediaExpressionFeature |
clone() |
List<? extends ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters
and setters consistent.
|
String |
getFeature() |
ASTCssNodeType |
getType() |
boolean |
isRatioFeature() |
void |
setFeature(String feature) |
addOpeningComments, addTrailingComments, configureParentToAllChilds, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getParent, getSourceLine, getTrailingComments, getUnderlyingStructure, isFaulty, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructurepublic MediaExpressionFeature(HiddenTokenAwareTree underlyingStructure, String feature)
public boolean isRatioFeature()
public String getFeature()
public void setFeature(String feature)
public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic MediaExpressionFeature clone()
clone in class ASTCssNodeCopyright © 2012-2013. All Rights Reserved.