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 Object
accept(QOMTreeVisitor visitor, Object data)
Accepts avisitor
and calls the appropriate visit method depending on the type of this QOM node.Value
getLiteralValue()
String
toString()
-
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:
getLiteralValue
in interfaceLiteral
- Returns:
- the value of this literal.
-
accept
public Object accept(QOMTreeVisitor visitor, Object data) throws Exception
Accepts avisitor
and calls the appropriate visit method depending on the type of this QOM node.- Specified by:
accept
in classAbstractQOMNode
- Parameters:
visitor
- the visitor.data
- user defined data, which is passed to the visit method.- Throws:
Exception
-
-