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