public class KeyframesName extends ASTCssNode
| Constructor and Description |
|---|
KeyframesName(HiddenTokenAwareTree underlyingStructure,
String 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.
|
String |
getName() |
ASTCssNodeType |
getType() |
void |
setName(String name) |
addOpeningComments, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructurepublic KeyframesName(HiddenTokenAwareTree underlyingStructure, String name)
public String getName()
public void setName(String 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-2014. All Rights Reserved.