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, addTrailingComments, configureParentToAllChilds, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getParent, getSource, getSourceLine, getTrailingComments, getUnderlyingStructure, isFaulty, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructurepublic SupportsLogicalCondition(HiddenTokenAwareTree token, SupportsCondition firstCondition)
public void addCondition(SupportsLogicalOperator logicalOperator, SupportsCondition condition)
public List<SupportsLogicalOperator> getLogicalOperators()
public List<SupportsCondition> getConditions()
public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic SupportsLogicalCondition clone()
clone in class SupportsConditionCopyright © 2012-2013. All Rights Reserved.