|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectiterator.CondExpr
This clas will hold single select condition It is an element of linked list which is logically connected by OR operators.
Field Summary | |
CondExpr |
next
Pointer to the next element in linked list |
AttrOperator |
op
Operator like "<" |
Operand |
operand1
the left operand and right operand |
Operand |
operand2
|
AttrType |
type1
Types of operands, Null AttrType means that operand is not a literal but an attribute name |
AttrType |
type2
|
Constructor Summary | |
CondExpr()
constructor |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public AttrOperator op
public AttrType type1
public AttrType type2
public Operand operand1
public Operand operand2
public CondExpr next
Constructor Detail |
public CondExpr()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |