Class FUN_BitwiseLeftShift
java.lang.Object
org.apache.jena.sparql.function.FunctionBase
org.apache.jena.sparql.function.FunctionBase2
fr.mines_stetienne.ci.sparql_generate.binary.FUN_BitwiseLeftShift
- All Implemented Interfaces:
FUN_Bytes
,org.apache.jena.sparql.function.Function
public class FUN_BitwiseLeftShift
extends org.apache.jena.sparql.function.FunctionBase2
implements FUN_Bytes
Binding function fun:bitwiseLeftShift
operates a bitwise left shift over the binary literal passed as an argument.
- Param 1: a xsd:hexBinary or xsd:base64Binary literal;
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.sparql.expr.NodeValue
exec(org.apache.jena.sparql.expr.NodeValue argument, org.apache.jena.sparql.expr.NodeValue shiftCount)
Methods inherited from class org.apache.jena.sparql.function.FunctionBase2
checkBuild, exec
Methods inherited from class org.apache.jena.sparql.function.FunctionBase
build, evalArgs, exec
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface fr.mines_stetienne.ci.sparql_generate.binary.FUN_Bytes
getBytes, getDatatype, getInteger, getNodeValue
Methods inherited from interface org.apache.jena.sparql.function.Function
build
-
Field Details
-
URI
- See Also:
- Constant Field Values
-
-
Constructor Details
-
FUN_BitwiseLeftShift
public FUN_BitwiseLeftShift()
-
-
Method Details
-
exec
public org.apache.jena.sparql.expr.NodeValue exec(org.apache.jena.sparql.expr.NodeValue argument, org.apache.jena.sparql.expr.NodeValue shiftCount)- Specified by:
exec
in classorg.apache.jena.sparql.function.FunctionBase2
-