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, addTrailingComment, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructure, toStringpublic MediaExpressionFeature(HiddenTokenAwareTree underlyingStructure, String feature)
public boolean isRatioFeature()
public String getFeature()
public void setFeature(String feature)
@NotAstProperty public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic MediaExpressionFeature clone()
clone in interface PubliclyCloneableclone in class ASTCssNodeCopyright © 2012-2015. All Rights Reserved.