public class ComposedExpression extends Expression
| Constructor and Description |
|---|
ComposedExpression(HiddenTokenAwareTree token,
Expression left,
ExpressionOperator operator,
Expression right) |
| Modifier and Type | Method and Description |
|---|---|
ComposedExpression |
clone() |
List<? extends ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters
and setters consistent.
|
Expression |
getLeft() |
ExpressionOperator |
getOperator() |
Expression |
getRight() |
ASTCssNodeType |
getType() |
void |
setLeft(Expression left) |
void |
setOperator(ExpressionOperator operator) |
void |
setRight(Expression right) |
List<Expression> |
splitByComma() |
String |
toString() |
addOpeningComments, addTrailingComments, configureParentToAllChilds, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getParent, getSource, getSourceLine, getTrailingComments, getUnderlyingStructure, isFaulty, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructurepublic ComposedExpression(HiddenTokenAwareTree token, Expression left, ExpressionOperator operator, Expression right)
public ASTCssNodeType getType()
getType in class ASTCssNodepublic ExpressionOperator getOperator()
public void setOperator(ExpressionOperator operator)
public Expression getLeft()
public void setLeft(Expression left)
public Expression getRight()
public void setRight(Expression right)
public List<Expression> splitByComma()
splitByComma in class Expressionpublic List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ComposedExpression clone()
clone in class ExpressionCopyright © 2012-2013. All Rights Reserved.