|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gridsystems.beanfilter.EvalValue
com.gridsystems.beanfilter.EvalNode
com.gridsystems.beanfilter.CollectionNode
public class CollectionNode
Collection operations node (contains, in).
| Field Summary |
|---|
| Fields inherited from class com.gridsystems.beanfilter.EvalValue |
|---|
BOOLEAN, COLLECTION, NUMBER, STRING, UNKNOWN, VOID |
| Fields inherited from interface com.gridsystems.beanfilter.FilterParserConstants |
|---|
ALLITEMS, AND, ANYITEMS, COMMA, CONTAINS, DEFAULT, DOT, EOF, EQ, ESCAPES, EXPONENT, FALSE, GE, GT, IDENTIFIER, IN, LBRACKET, LE, LIKE, LPAREN, LT, MATCHES, NE, NOT, NULL, NUMBER, OR, RBRACKET, RPAREN, SELECT, SIZEOF, STRING, STRING1, STRING2, THIS, tokenImage, TRUE, WHERE |
| Constructor Summary | |
|---|---|
CollectionNode(EvalValue lval,
int op,
EvalValue rval)
Creates a new instance. |
|
| Method Summary | |
|---|---|
boolean |
eval(java.lang.Object src)
Evaluates the node. |
java.lang.String |
toString()
|
| Methods inherited from class com.gridsystems.beanfilter.EvalNode |
|---|
getClassValue, getValue |
| Methods inherited from class com.gridsystems.beanfilter.EvalValue |
|---|
getCharPos, getLinePos |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CollectionNode(EvalValue lval,
int op,
EvalValue rval)
lval - The left operandop - The operationrval - The right operand| Method Detail |
|---|
public boolean eval(java.lang.Object src)
throws EvalException
eval in class EvalNodesrc - Data source, for dynamic nodes
true if src makes true the node
EvalException - If an error occurspublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||