public class Viewport extends ASTCssNode
| Constructor and Description |
|---|
Viewport(HiddenTokenAwareTree token) |
| Modifier and Type | Method and Description |
|---|---|
Viewport |
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, getSourceLine, getTrailingComments, getUnderlyingStructure, isFaulty, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructurepublic Viewport(HiddenTokenAwareTree token)
public GeneralBody getBody()
public void setBody(GeneralBody body)
public List<ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic Viewport clone()
clone in class ASTCssNodeCopyright © 2012-2013. All Rights Reserved.