Class LiteralImpl
- java.lang.Object
-
- org.apache.jackrabbit.oak.jcr.query.qom.StaticOperandImpl
-
- org.apache.jackrabbit.oak.jcr.query.qom.LiteralImpl
-
- All Implemented Interfaces:
Literal,Operand,StaticOperand
public class LiteralImpl extends StaticOperandImpl implements Literal
The implementation of the corresponding JCR interface.
-
-
Constructor Summary
Constructors Constructor Description LiteralImpl(Value value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbindVariables(QueryObjectModelImpl qom)static Stringescape(String v)ValuegetLiteralValue()protected Stringprotect(Object expression)protected StringquoteColumnName(String name)protected StringquoteNodeTypeName(String name)protected StringquotePath(String path)protected StringquotePropertyName(String name)protected StringquoteSelectorName(String name)StringtoString()
-
-
-
Constructor Detail
-
LiteralImpl
public LiteralImpl(Value value)
-
-
Method Detail
-
getLiteralValue
public Value getLiteralValue()
- Specified by:
getLiteralValuein interfaceLiteral
-
bindVariables
public void bindVariables(QueryObjectModelImpl qom)
- Specified by:
bindVariablesin classStaticOperandImpl
-
-