public abstract class ComparativeOperator extends Operator
| Constructor and Description | 
|---|
ComparativeOperator(Expression lhs,
                   Expression rhs)  | 
ComparativeOperator(ExtList children)
Comparative operator. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getArity()
Get arity. 
 | 
KeYJavaType | 
getKeYJavaType(Services services)  | 
KeYJavaType | 
getKeYJavaType(Services services,
              ExecutionContext ec)
returns the  
KeYJavaType of an expression | 
int | 
getNotation()
Get notation. 
 | 
getArguments, getChildAt, getChildCount, getExpressionAt, getExpressionCount, getFirstElement, getFirstElementIncludingBlocks, getLastElement, getPrecedence, isLeftAssociative, isToBeParenthesized, precedes, reuseSignaturecompatibleBlockSize, computeHashCode, equals, equalsModRenaming, getArrayPos, match, matchChildrengetComments, hashCode, prettyPrint, prettyPrintMaingetEndPosition, getParentClass, getPositionInfo, getRelativePosition, getStartPosition, setParentClass, toSource, toString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetComments, matchequalsModRenaming, getEndPosition, getPositionInfo, getRelativePosition, getStartPosition, prettyPrint, visitpublic ComparativeOperator(ExtList children)
children - an ExtList with all children of this node
      the first children in list will be the one on the left
      side, the second the one on the  right side.public ComparativeOperator(Expression lhs, Expression rhs)
public int getArity()
public int getNotation()
getNotation in class Operatorpublic KeYJavaType getKeYJavaType(Services services, ExecutionContext ec)
ExpressionKeYJavaType of an expressiongetKeYJavaType in interface ExpressiongetKeYJavaType in class Operatorpublic KeYJavaType getKeYJavaType(Services services)