public class LiteralNode extends ValueNode
Modifier and Type | Field and Description |
---|---|
protected Object |
value |
leftChild, rightChild, template
Constructor and Description |
---|
LiteralNode() |
LiteralNode(Object value) |
LiteralNode(String left,
String op,
Integer right) |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Override the clone method.
|
Object |
getConvertedObject(ITypeDesc typeDesc,
String propertyName)
Gets the node's object converted to the provided property's object type.
|
Object |
getValue() |
boolean |
isPreparedValue() |
void |
readExternal(ObjectInput in) |
void |
setValue(Object value) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
accept, accept, isJoined, isValidCompare, newInstance
createIndex, createJoinIndex, forEachChild, getLeftChild, getRightChild, getTemplate, isContainsItemNode, isContainsItemsRootNode, isInnerQuery, prepareTemplateValues, prepareValues, reverse, setLeftChild, setRightChild, setTemplate, toString, traverse, traverseReverse, validateInnerQueryResult
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
protected Object value
public LiteralNode()
public LiteralNode(Object value)
public Object getValue()
public void setValue(Object value)
public boolean isPreparedValue()
public Object getConvertedObject(ITypeDesc typeDesc, String propertyName) throws SQLException
SQLException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class ExpNode
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class ExpNode
IOException
ClassNotFoundException
Copyright © GigaSpaces.