public class InterpolatedMediaExpression extends MediaExpression
ASTCssNode.Visibility| 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, addVisibilityBlocks, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, getVisibility, getVisibilityBlocks, hasParent, hasVisibilityBlock, isFaulty, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructure, setVisibility, setVisibilityBlocks, 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–2016. All rights reserved.