|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.zfabrik.util.expression.X
com.zfabrik.util.expression.X.BinaryOp
public abstract static class X.BinaryOp
Abstract binary operators
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.zfabrik.util.expression.X |
|---|
X.And, X.BinaryOp, X.Eq, X.Ge, X.Gt, X.In, X.Le, X.Lt, X.Neq, X.Not, X.Or, X.UnaryOp, X.Val, X.Var, X.Xor |
| Constructor Summary | |
|---|---|
X.BinaryOp(X x,
X y)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
X |
getLeft()
return first or "left" operand expression |
X |
getRight()
return second or "right" operand expression |
int |
hashCode()
|
| Methods inherited from class com.zfabrik.util.expression.X |
|---|
and, and, eq, eq, eval, eval, eval, ge, gt, in, le, lt, neq, neq, not, not, or, or, val, var, xor, xor |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public X.BinaryOp(X x,
X y)
| Method Detail |
|---|
public X getLeft()
public X getRight()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||