|
|||||||||
| 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.NotNode
public class NotNode
Evaluates a node and negates it.
| Field Summary |
|---|
| Fields inherited from class com.gridsystems.beanfilter.EvalValue |
|---|
BOOLEAN, COLLECTION, NUMBER, STRING, UNKNOWN, VOID |
| Constructor Summary | |
|---|---|
NotNode(EvalValue node)
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 NotNode(EvalValue node)
node - The node to negate.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
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 occurs
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||