public class FontFace extends ASTCssNode implements BodyOwner<GeneralBody>
| Constructor and Description |
|---|
FontFace(HiddenTokenAwareTree underlyingStructure) |
| Modifier and Type | Method and Description |
|---|---|
FontFace |
clone() |
GeneralBody |
getBody() |
List<ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters
and setters consistent.
|
ASTCssNodeType |
getType() |
void |
setBody(GeneralBody body) |
addOpeningComments, addTrailingComments, configureParentToAllChilds, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getParent, getSource, getSourceLine, getTrailingComments, getUnderlyingStructure, isFaulty, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructurepublic FontFace(HiddenTokenAwareTree underlyingStructure)
public GeneralBody getBody()
getBody in interface BodyOwner<GeneralBody>public void setBody(GeneralBody body)
setBody in interface BodyOwner<GeneralBody>public List<ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic FontFace clone()
clone in class ASTCssNodeCopyright © 2012-2013. All Rights Reserved.