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, addTrailingComments, configureParentToAllChilds, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getParent, getSource, getSourceLine, getTrailingComments, getUnderlyingStructure, setOpeningComments, setOrphanComments, setParent, 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 ASTCssNodepublic List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic SupportsLogicalOperator clone()
clone in class ASTCssNodeCopyright © 2012-2013. All Rights Reserved.