public class Keyframes extends ASTCssNode implements BodyOwner<GeneralBody>
| Constructor and Description |
|---|
Keyframes(HiddenTokenAwareTree token,
String dialect) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNames(List<KeyframesName> names) |
Keyframes |
clone() |
GeneralBody |
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(GeneralBody body) |
void |
setDialect(String dialect) |
addOpeningComments, addTrailingComments, configureParentToAllChilds, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getParent, getSource, getSourceLine, getTrailingComments, getUnderlyingStructure, isFaulty, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructurepublic Keyframes(HiddenTokenAwareTree token, String dialect)
public GeneralBody getBody()
getBody in interface BodyOwner<GeneralBody>public void setBody(GeneralBody body)
setBody in interface BodyOwner<GeneralBody>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.