public class Supports extends Directive
| Constructor and Description |
|---|
Supports(HiddenTokenAwareTree token,
String dialect) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
bubleUpWithoutChanges() |
Supports |
clone() |
GeneralBody |
getBody() |
List<ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters and
setters consistent.
|
SupportsCondition |
getCondition() |
String |
getDialect() |
ASTCssNodeType |
getType() |
void |
setBody(GeneralBody body) |
void |
setCondition(SupportsCondition condition) |
void |
setDialect(String dialect) |
addOpeningComments, addTrailingComment, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructure, toStringpublic Supports(HiddenTokenAwareTree token, String dialect)
public boolean bubleUpWithoutChanges()
bubleUpWithoutChanges in class Directivepublic GeneralBody getBody()
public void setBody(GeneralBody body)
public String getDialect()
public void setDialect(String dialect)
public SupportsCondition getCondition()
public void setCondition(SupportsCondition condition)
@NotAstProperty public List<ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic Supports clone()
clone in interface BodyOwner<GeneralBody>clone in interface PubliclyCloneableclone in class DirectiveCopyright © 2012-2015. All Rights Reserved.