public class Keyframes extends ASTCssNode
| Constructor and Description |
|---|
Keyframes(HiddenTokenAwareTree token,
String dialect) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNames(List<KeyframesName> names) |
Keyframes |
clone() |
KeyframesBody |
getBody() |
List<ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters
and setters consistent.
|
String |
getDialect() |
List<KeyframesName> |
getNames() |
ASTCssNodeType |
getType() |
void |
setBody(KeyframesBody body) |
void |
setDialect(String dialect) |
addOpeningComments, addTrailingComments, configureParentToAllChilds, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getParent, getSourceLine, getTrailingComments, getUnderlyingStructure, isFaulty, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructurepublic Keyframes(HiddenTokenAwareTree token, String dialect)
public KeyframesBody getBody()
public void setBody(KeyframesBody body)
public String getDialect()
public void setDialect(String dialect)
public List<KeyframesName> getNames()
public List<ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic Keyframes clone()
clone in class ASTCssNodepublic void addNames(List<KeyframesName> names)
Copyright © 2012-2013. All Rights Reserved.