public class SupportsConditionNegation extends SupportsCondition
| Constructor and Description |
|---|
SupportsConditionNegation(HiddenTokenAwareTree token,
SyntaxOnlyElement negation,
SupportsCondition condition) |
| Modifier and Type | Method and Description |
|---|---|
SupportsConditionNegation |
clone() |
List<? extends ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters and
setters consistent.
|
SupportsCondition |
getCondition() |
SyntaxOnlyElement |
getNegation() |
ASTCssNodeType |
getType() |
void |
setCondition(SupportsCondition condition) |
void |
setNegation(SyntaxOnlyElement negation) |
addOpeningComments, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructurepublic SupportsConditionNegation(HiddenTokenAwareTree token, SyntaxOnlyElement negation, SupportsCondition condition)
public SyntaxOnlyElement getNegation()
public void setNegation(SyntaxOnlyElement negation)
public SupportsCondition getCondition()
public void setCondition(SupportsCondition condition)
@NotAstProperty public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic SupportsConditionNegation clone()
clone in interface PubliclyCloneableclone in class SupportsConditionCopyright © 2012-2014. All Rights Reserved.