public class GuardBinary extends Guard
| Modifier and Type | Class and Description |
|---|---|
static class |
GuardBinary.Operator |
Guard.TypeASTCssNode.Visibility| Constructor and Description |
|---|
GuardBinary(HiddenTokenAwareTree token,
Guard left,
GuardBinary.Operator operator,
Guard right) |
| Modifier and Type | Method and Description |
|---|---|
GuardBinary |
clone() |
List<? extends ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters and
setters consistent.
|
Guard.Type |
getGuardType() |
Guard |
getLeft() |
GuardBinary.Operator |
getOperator() |
Guard |
getRight() |
void |
setLeft(Guard left) |
void |
setOperator(GuardBinary.Operator operator) |
void |
setRight(Guard right) |
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 GuardBinary(HiddenTokenAwareTree token, Guard left, GuardBinary.Operator operator, Guard right)
public GuardBinary.Operator getOperator()
public void setOperator(GuardBinary.Operator operator)
public Guard getLeft()
public void setLeft(Guard left)
public Guard getRight()
public void setRight(Guard right)
@NotAstProperty public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic String toString()
toString in class ASTCssNodepublic GuardBinary clone()
clone in interface PubliclyCloneableclone in class Guardpublic Guard.Type getGuardType()
getGuardType in class GuardCopyright © 2012–2016. All rights reserved.