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