public class KeyframesBody extends Body<ASTCssNode>
| Constructor and Description |
|---|
KeyframesBody(HiddenTokenAwareTree token) |
KeyframesBody(HiddenTokenAwareTree underlyingStructure,
List<ASTCssNode> declarations) |
| Modifier and Type | Method and Description |
|---|---|
KeyframesBody |
clone() |
List<ASTCssNode> |
getBody() |
List<ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters
and setters consistent.
|
Set<ASTCssNodeType> |
getSupportedMembers() |
ASTCssNodeType |
getType() |
addMember, addMembers, addMembersAfter, getDeclarations, getNotDeclarations, isEmpty, membersByNotType, membersByType, removeMember, replaceMemberaddOpeningComments, addTrailingComments, configureParentToAllChilds, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getParent, getSourceLine, getTrailingComments, getUnderlyingStructure, isFaulty, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructurepublic KeyframesBody(HiddenTokenAwareTree token)
public KeyframesBody(HiddenTokenAwareTree underlyingStructure, List<ASTCssNode> declarations)
public List<ASTCssNode> getBody()
getBody in class Body<ASTCssNode>public List<ASTCssNode> getChilds()
ASTCssNodegetChilds in class Body<ASTCssNode>public ASTCssNodeType getType()
getType in class ASTCssNodepublic Set<ASTCssNodeType> getSupportedMembers()
getSupportedMembers in class Body<ASTCssNode>public KeyframesBody clone()
clone in class Body<ASTCssNode>Copyright © 2012-2013. All Rights Reserved.