
public class OEqualsCompareOperator extends SimpleNode implements OBinaryCompareOperator
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
doubleEquals |
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OEqualsCompareOperator(int id) |
OEqualsCompareOperator(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
OEqualsCompareOperator |
copy() |
boolean |
equals(Object obj) |
boolean |
execute(Object iLeft,
Object iRight) |
int |
hashCode() |
boolean |
supportsBasicCalculation() |
String |
toString() |
childrenAccept, dump, getDatabase, getValue, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisRangeOperatorpublic OEqualsCompareOperator(int id)
public OEqualsCompareOperator(OrientSql p, int id)
public boolean execute(Object iLeft, Object iRight)
execute in interface OBinaryCompareOperatorpublic boolean supportsBasicCalculation()
supportsBasicCalculation in interface OBinaryCompareOperatorpublic String toString()
toString in class SimpleNodepublic OEqualsCompareOperator copy()
copy in interface OBinaryCompareOperatorcopy in class SimpleNodeCopyright © 2009–2025 OrientDB. All rights reserved.