public class LessEqNode<T> extends SimpleNode<T>
EVAL_GREATER, EVAL_LESSER, value
annotations, assertionType
Constructor and Description |
---|
LessEqNode(String attribute,
Value<T> value)
Creates a new LessEqNode 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 ExprNode clone()
clone
in interface ExprNode
clone
in class SimpleNode<T>
public String toString()
toString
in class AbstractExprNode
Object.toString()
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.