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