Class E_StrConcatPermissive

java.lang.Object
org.apache.jena.sparql.expr.ExprNode
org.apache.jena.sparql.expr.ExprFunction
org.apache.jena.sparql.expr.ExprFunctionN
org.aksw.jena_sparql_api.exprs_ext.E_StrConcatPermissive
All Implemented Interfaces:
org.apache.jena.sparql.expr.Expr

public class E_StrConcatPermissive extends org.apache.jena.sparql.expr.ExprFunctionN
A 'permissive' version of Jena's E_StrConcat, that does not complain when mixing types (e.g. concat(string, int)).
Author:
raven
  • Field Summary

    Fields inherited from class org.apache.jena.sparql.expr.ExprFunctionN

    args

    Fields inherited from class org.apache.jena.sparql.expr.ExprFunction

    funcSymbol, opSign

    Fields inherited from interface org.apache.jena.sparql.expr.Expr

    CMP_EQUAL, CMP_GREATER, CMP_INDETERMINATE, CMP_LESS, CMP_UNEQUAL, NONE
  • Constructor Summary

    Constructors
    Constructor
    Description
    E_StrConcatPermissive(org.apache.jena.sparql.expr.ExprList args)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.sparql.expr.Expr
    copy(org.apache.jena.sparql.expr.ExprList newArgs)
     
    org.apache.jena.sparql.expr.NodeValue
    eval(List<org.apache.jena.sparql.expr.NodeValue> args)
     

    Methods inherited from class org.apache.jena.sparql.expr.ExprFunctionN

    apply, applyNodeTransform, copySubstitute, eval, eval, evalSpecial, getArg, getArgs, numArgs, visit

    Methods inherited from class org.apache.jena.sparql.expr.ExprFunction

    equals, getFunction, getFunctionIRI, getFunctionName, getFunctionPrintName, getFunctionSymbol, getOpName, hashCode, isFunction

    Methods inherited from class org.apache.jena.sparql.expr.ExprNode

    asVar, deepCopy, equals, equalsBySyntax, eval, getConstant, getExpr, getExprVar, getGraphPattern, getVarName, getVarsMentioned, isConstant, isExpr, isGraphPattern, isSatisfied, isVariable, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • E_StrConcatPermissive

      public E_StrConcatPermissive(org.apache.jena.sparql.expr.ExprList args)
  • Method Details

    • copy

      public org.apache.jena.sparql.expr.Expr copy(org.apache.jena.sparql.expr.ExprList newArgs)
      Specified by:
      copy in class org.apache.jena.sparql.expr.ExprFunctionN
    • eval

      public org.apache.jena.sparql.expr.NodeValue eval(List<org.apache.jena.sparql.expr.NodeValue> args)
      Specified by:
      eval in class org.apache.jena.sparql.expr.ExprFunctionN