Class LiteralExpression
java.lang.Object
se.liu.ida.hefquin.engine.wrappers.lpg.query.impl.expression.LiteralExpression
- All Implemented Interfaces:
CypherExpression
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLiteralExpression(String value) LiteralExpression(String value, org.apache.jena.datatypes.xsd.XSDDatatype datatype) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetVars()Returns a list of the [global] Cypher Variables used within the expressioninthashCode()toString()voidvisit(CypherExpressionVisitor visitor) accepts aCypherExpressionVisitorand propagates the visit recursively when required.
-
Field Details
-
value
-
datatype
protected final org.apache.jena.datatypes.xsd.XSDDatatype datatype
-
-
Constructor Details
-
LiteralExpression
-
LiteralExpression
-
-
Method Details
-
getVars
Description copied from interface:CypherExpressionReturns a list of the [global] Cypher Variables used within the expression- Specified by:
getVarsin interfaceCypherExpression
-
visit
Description copied from interface:CypherExpressionaccepts aCypherExpressionVisitorand propagates the visit recursively when required.- Specified by:
visitin interfaceCypherExpression
-
equals
-
hashCode
public int hashCode() -
toString
-