public class EqualityNode<T> extends SimpleNode<T>
EVAL_GREATER, EVAL_LESSER, value
annotations, 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, setValue
accept, getAttribute, isLeaf, setAttribute
escapeFilterValue, get, getAnnotations, getAssertionType, set
public 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 ExprNode
clone
in class SimpleNode<T>
public String toString()
toString
in class AbstractExprNode
Object.toString()
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.