Class LiteralImpl
java.lang.Object
org.apache.jackrabbit.spi.commons.query.qom.AbstractQOMNode
org.apache.jackrabbit.spi.commons.query.qom.StaticOperandImpl
org.apache.jackrabbit.spi.commons.query.qom.LiteralImpl
- All Implemented Interfaces:
Literal,Operand,StaticOperand
LiteralImpl...-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept(QOMTreeVisitor visitor, Object data) Accepts avisitorand calls the appropriate visit method depending on the type of this QOM node.Gets the value of the literal.toString()
-
Constructor Details
-
LiteralImpl
-
-
Method Details
-
getLiteralValue
Description copied from interface:LiteralGets the value of the literal.- Specified by:
getLiteralValuein interfaceLiteral- Returns:
- the value of this literal.
-
accept
Accepts avisitorand calls the appropriate visit method depending on the type of this QOM node.- Specified by:
acceptin classAbstractQOMNode- Parameters:
visitor- the visitor.data- user defined data, which is passed to the visit method.- Throws:
Exception
-
toString
-