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
public class LiteralImpl extends StaticOperandImpl implements Literal
LiteralImpl...
-
-
Field Summary
-
Fields inherited from class org.apache.jackrabbit.spi.commons.query.qom.AbstractQOMNode
resolver
-
-
Constructor Summary
Constructors Constructor Description LiteralImpl(NamePathResolver resolver, Value value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectaccept(QOMTreeVisitor visitor, Object data)Accepts avisitorand calls the appropriate visit method depending on the type of this QOM node.ValuegetLiteralValue()StringtoString()-
Methods inherited from class org.apache.jackrabbit.spi.commons.query.qom.AbstractQOMNode
getJCRName, getJCRPath, protect, quote, quote
-
-
-
-
Constructor Detail
-
LiteralImpl
public LiteralImpl(NamePathResolver resolver, Value value)
-
-
Method Detail
-
getLiteralValue
public Value getLiteralValue()
- Specified by:
getLiteralValuein interfaceLiteral- Returns:
- the value of this literal.
-
accept
public Object accept(QOMTreeVisitor visitor, Object data) throws Exception
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
-
-