public class Guard extends ASTCssNode
| Constructor and Description |
|---|
Guard(HiddenTokenAwareTree underlyingStructure) |
Guard(HiddenTokenAwareTree token,
List<GuardCondition> conditions) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCondition(GuardCondition condition) |
Guard |
clone() |
List<? extends ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters
and setters consistent.
|
List<GuardCondition> |
getConditions() |
ASTCssNodeType |
getType() |
addOpeningComments, addTrailingComments, configureParentToAllChilds, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getParent, getSourceLine, getTrailingComments, getUnderlyingStructure, isFaulty, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructurepublic Guard(HiddenTokenAwareTree underlyingStructure)
public Guard(HiddenTokenAwareTree token, List<GuardCondition> conditions)
public List<GuardCondition> getConditions()
public void addCondition(GuardCondition condition)
public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic Guard clone()
clone in class ASTCssNodeCopyright © 2012-2013. All Rights Reserved.