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