public class FontFace extends Directive
| 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) |
bubleUpWithoutChanges, hasBodyaddOpeningComments, addTrailingComment, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructure, toStringpublic FontFace(HiddenTokenAwareTree underlyingStructure)
public GeneralBody getBody()
public void setBody(GeneralBody body)
@NotAstProperty public List<ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic FontFace clone()
clone in interface BodyOwner<GeneralBody>clone in interface PubliclyCloneableclone in class DirectiveCopyright © 2012-2015. All Rights Reserved.