public class GuardNegated extends Guard
Guard.TypeASTCssNode.Visibility| Constructor and Description |
|---|
GuardNegated(HiddenTokenAwareTree token,
boolean isNegated,
Guard guard) |
GuardNegated(HiddenTokenAwareTree underlyingStructure,
Guard guard) |
| Modifier and Type | Method and Description |
|---|---|
GuardNegated |
clone() |
List<? extends ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters and
setters consistent.
|
Guard |
getGuard() |
Guard.Type |
getGuardType() |
boolean |
isNegated() |
void |
setGuard(Guard guard) |
void |
setNegated(boolean isNegated) |
String |
toString() |
addOpeningComments, addTrailingComment, addTrailingComments, addVisibilityBlocks, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, getVisibility, getVisibilityBlocks, hasParent, hasVisibilityBlock, isFaulty, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructure, setVisibility, setVisibilityBlockspublic GuardNegated(HiddenTokenAwareTree underlyingStructure, Guard guard)
public GuardNegated(HiddenTokenAwareTree token, boolean isNegated, Guard guard)
public boolean isNegated()
public void setNegated(boolean isNegated)
public Guard getGuard()
public void setGuard(Guard guard)
@NotAstProperty public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic Guard.Type getGuardType()
getGuardType in class Guardpublic GuardNegated clone()
clone in interface PubliclyCloneableclone in class Guardpublic String toString()
toString in class ASTCssNodeCopyright © 2012–2016. All rights reserved.