public class SupportsLogicalOperator extends ASTCssNode implements Cloneable
| Modifier and Type | Class and Description |
|---|---|
static class |
SupportsLogicalOperator.Operator |
| Constructor and Description |
|---|
SupportsLogicalOperator(HiddenTokenAwareTree underlyingStructure,
SupportsLogicalOperator.Operator operator) |
| Modifier and Type | Method and Description |
|---|---|
SupportsLogicalOperator |
clone() |
List<? extends ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters and
setters consistent.
|
SupportsLogicalOperator.Operator |
getOperator() |
ASTCssNodeType |
getType() |
boolean |
isFaulty() |
void |
setOperator(SupportsLogicalOperator.Operator operator) |
String |
toString() |
addOpeningComments, addTrailingComment, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructurepublic SupportsLogicalOperator(HiddenTokenAwareTree underlyingStructure, SupportsLogicalOperator.Operator operator)
public SupportsLogicalOperator.Operator getOperator()
public void setOperator(SupportsLogicalOperator.Operator operator)
public boolean isFaulty()
isFaulty in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNode@NotAstProperty public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic SupportsLogicalOperator clone()
clone in interface PubliclyCloneableclone in class ASTCssNodepublic String toString()
toString in class ASTCssNodeCopyright © 2012-2015. All Rights Reserved.