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