public class InterpolatedMediaExpression extends MediaExpression
| Constructor and Description |
|---|
InterpolatedMediaExpression(HiddenTokenAwareTree underlyingStructure) |
InterpolatedMediaExpression(HiddenTokenAwareTree underlyingStructure,
Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
InterpolatedMediaExpression |
clone() |
List<? extends ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters and
setters consistent.
|
Expression |
getExpression() |
ASTCssNodeType |
getType() |
void |
setExpression(Expression expression) |
addOpeningComments, addTrailingComment, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructure, toStringpublic InterpolatedMediaExpression(HiddenTokenAwareTree underlyingStructure)
public InterpolatedMediaExpression(HiddenTokenAwareTree underlyingStructure, Expression expression)
public Expression getExpression()
public void setExpression(Expression expression)
@NotAstProperty public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic InterpolatedMediaExpression clone()
clone in interface PubliclyCloneableclone in class MediaExpressionCopyright © 2012-2015. All Rights Reserved.