public class LiteralExpr extends AbsExpression
Expression that holds a literal.
Constructor and Description |
---|
LiteralExpr(INodeReadTrx rtx,
long mItemKey)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
AtomicValue |
evaluate()
Performs the expression dependent evaluation of the expression.
|
hasNext, reset
addAtomicToItemList, close, getItemList, getNode, getStartKey, isSelfIncluded, iterator, moveTo, next, remove, resetToLastKey, resetToStartKey
public LiteralExpr(INodeReadTrx rtx, long mItemKey)
rtx
- Exclusive (immutable) trx to iterate with.mItemKey
- itemKey of the literalpublic AtomicValue evaluate()
evaluate
in class AbsExpression
Copyright © 2013. All Rights Reserved.