public class EqualityNode<T> extends SimpleNode<T>
EVAL_GREATER, EVAL_LESSER, valueannotations, assertionType| Modifier | Constructor and Description |
|---|---|
|
EqualityNode(String attribute,
Value<T> value)
Creates a new Equality object.
|
protected |
EqualityNode(String attribute,
Value<T> value,
AssertionType assertionType)
Creates a new Equality object.
|
| Modifier and Type | Method and Description |
|---|---|
ExprNode |
clone()
Makes a full clone in new memory space of the current node and children
|
String |
toString() |
equals, getEscapedValue, getValue, hashCode, printRefinementToBuffer, printToBuffer, setValueaccept, getAttribute, isLeaf, setAttributeescapeFilterValue, get, getAnnotations, getAssertionType, setpublic EqualityNode(String attribute, Value<T> value)
attribute - the attribute namevalue - the value to test forprotected EqualityNode(String attribute, Value<T> value, AssertionType assertionType)
attribute - the attribute namevalue - the value to test forassertionType - The node's typepublic ExprNode clone()
clone in interface ExprNodeclone in class SimpleNode<T>public String toString()
toString in class AbstractExprNodeObject.toString()Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.