public class PageMarginBox extends ASTCssNode implements BodyOwner<GeneralBody>
| Constructor and Description |
|---|
PageMarginBox(HiddenTokenAwareTree token) |
PageMarginBox(HiddenTokenAwareTree token,
Name name) |
| Modifier and Type | Method and Description |
|---|---|
PageMarginBox |
clone() |
GeneralBody |
getBody() |
List<ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters and
setters consistent.
|
Name |
getName() |
ASTCssNodeType |
getType() |
boolean |
hasName() |
void |
setBody(GeneralBody body) |
void |
setName(Name name) |
addOpeningComments, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructurepublic PageMarginBox(HiddenTokenAwareTree token)
public PageMarginBox(HiddenTokenAwareTree token, Name name)
public Name getName()
public boolean hasName()
public void setName(Name name)
public GeneralBody getBody()
getBody in interface BodyOwner<GeneralBody>public void setBody(GeneralBody body)
setBody in interface BodyOwner<GeneralBody>@NotAstProperty public List<ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic PageMarginBox clone()
clone in interface PubliclyCloneableclone in class ASTCssNodeCopyright © 2012-2014. All Rights Reserved.