com.hp.hpl.jena.sparql.expr
Class E_StrConcat
java.lang.Object
com.hp.hpl.jena.sparql.expr.ExprNode
com.hp.hpl.jena.sparql.expr.ExprFunction
com.hp.hpl.jena.sparql.expr.ExprFunctionN
com.hp.hpl.jena.sparql.expr.E_StrConcat
- All Implemented Interfaces:
- Expr
public class E_StrConcat
- extends ExprFunctionN
SPARQL CONCATs
| Methods inherited from class com.hp.hpl.jena.sparql.expr.ExprNode |
asVar, copySubstitute, deepCopy, getConstant, getExpr, getExprVar, getGraphPattern, getVarName, getVarNamesMentioned, getVarsMentioned, isConstant, isExpr, isGraphPattern, isSatisfied, isVariable, toString, varNamesMentioned, varsMentioned |
E_StrConcat
public E_StrConcat(ExprList args)
copy
public Expr copy(ExprList newArgs)
- Specified by:
copy in class ExprFunctionN
eval
public NodeValue eval(List<NodeValue> args)
- Specified by:
eval in class ExprFunctionN
Licenced under the Apache License, Version 2.0