public class BinaryExpression extends Expression
| Constructor and Description |
|---|
BinaryExpression(HiddenTokenAwareTree token,
Expression left,
BinaryExpressionOperator operator,
Expression right) |
| Modifier and Type | Method and Description |
|---|---|
BinaryExpression |
clone() |
List<? extends ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters and
setters consistent.
|
Expression |
getLeft() |
BinaryExpressionOperator |
getOperator() |
Expression |
getRight() |
ASTCssNodeType |
getType() |
void |
setLeft(Expression left) |
void |
setOperator(BinaryExpressionOperator operator) |
void |
setRight(Expression right) |
String |
toString() |
getScope, hasScope, setScope, splitByCommaaddOpeningComments, addTrailingComment, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructurepublic BinaryExpression(HiddenTokenAwareTree token, Expression left, BinaryExpressionOperator operator, Expression right)
public ASTCssNodeType getType()
getType in class ASTCssNodepublic BinaryExpressionOperator getOperator()
public void setOperator(BinaryExpressionOperator operator)
public Expression getLeft()
public void setLeft(Expression left)
public Expression getRight()
public void setRight(Expression right)
@NotAstProperty public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic String toString()
toString in class ASTCssNodepublic BinaryExpression clone()
clone in interface PubliclyCloneableclone in class ExpressionCopyright © 2012-2015. All Rights Reserved.