public class SupportsLogicalCondition extends SupportsCondition
| Constructor and Description |
|---|
SupportsLogicalCondition(HiddenTokenAwareTree token,
SupportsCondition firstCondition) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCondition(SupportsLogicalOperator logicalOperator,
SupportsCondition condition) |
SupportsLogicalCondition |
clone() |
List<? extends ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters and
setters consistent.
|
List<SupportsCondition> |
getConditions() |
List<SupportsLogicalOperator> |
getLogicalOperators() |
ASTCssNodeType |
getType() |
addOpeningComments, addTrailingComment, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructure, toStringpublic SupportsLogicalCondition(HiddenTokenAwareTree token, SupportsCondition firstCondition)
public void addCondition(SupportsLogicalOperator logicalOperator, SupportsCondition condition)
public List<SupportsLogicalOperator> getLogicalOperators()
public List<SupportsCondition> getConditions()
@NotAstProperty public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic SupportsLogicalCondition clone()
clone in interface PubliclyCloneableclone in class SupportsConditionCopyright © 2012-2015. All Rights Reserved.