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