public class SupportsConditionInParentheses extends SupportsCondition
| Constructor and Description |
|---|
SupportsConditionInParentheses(HiddenTokenAwareTree token,
SyntaxOnlyElement openingParentheses,
SupportsCondition condition,
SyntaxOnlyElement closingParentheses) |
| Modifier and Type | Method and Description |
|---|---|
SupportsConditionInParentheses |
clone() |
List<? extends ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters
and setters consistent.
|
SyntaxOnlyElement |
getClosingParentheses() |
SupportsCondition |
getCondition() |
SyntaxOnlyElement |
getOpeningParentheses() |
ASTCssNodeType |
getType() |
void |
setClosingParentheses(SyntaxOnlyElement closingParentheses) |
void |
setCondition(SupportsCondition condition) |
void |
setOpeningParentheses(SyntaxOnlyElement openingParentheses) |
addOpeningComments, addTrailingComments, configureParentToAllChilds, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getParent, getSource, getSourceLine, getTrailingComments, getUnderlyingStructure, isFaulty, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructurepublic SupportsConditionInParentheses(HiddenTokenAwareTree token, SyntaxOnlyElement openingParentheses, SupportsCondition condition, SyntaxOnlyElement closingParentheses)
public SyntaxOnlyElement getOpeningParentheses()
public void setOpeningParentheses(SyntaxOnlyElement openingParentheses)
public SyntaxOnlyElement getClosingParentheses()
public void setClosingParentheses(SyntaxOnlyElement closingParentheses)
public SupportsCondition getCondition()
public void setCondition(SupportsCondition condition)
public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic SupportsConditionInParentheses clone()
clone in class SupportsConditionCopyright © 2012-2013. All Rights Reserved.