public class E_Exists extends ExprFunctionOp
CMP_EQUAL, CMP_GREATER, CMP_INDETERMINATE, CMP_LESS, CMP_UNEQUAL
Constructor and Description |
---|
E_Exists(Element elt) |
E_Exists(Element el,
Op op) |
E_Exists(Op op) |
Modifier and Type | Method and Description |
---|---|
Expr |
applyNodeTransform(NodeTransform nodeTransform)
Rewrite, applying a node->node transformation
|
ExprFunctionOp |
copy(ExprList args,
Op x) |
Expr |
copySubstitute(Binding binding,
boolean foldConstants) |
boolean |
equals(Object other) |
int |
hashCode() |
apply, eval, getArg, getElement, getGraphPattern, isGraphPattern, numArgs, visit
getArgs, getFunction, getFunctionIRI, getFunctionName, getFunctionPrintName, getFunctionSymbol, getOpName, isFunction
asVar, copySubstitute, deepCopy, getConstant, getExpr, getExprVar, getVarName, getVarNamesMentioned, getVarsMentioned, isConstant, isExpr, isSatisfied, isVariable, toString, varNamesMentioned, varsMentioned
public Expr copySubstitute(Binding binding, boolean foldConstants)
copySubstitute
in interface Expr
copySubstitute
in class ExprNode
public Expr applyNodeTransform(NodeTransform nodeTransform)
Expr
applyNodeTransform
in interface Expr
applyNodeTransform
in class ExprNode
public int hashCode()
hashCode
in class ExprFunction
public boolean equals(Object other)
equals
in class ExprFunction
public ExprFunctionOp copy(ExprList args, Op x)
copy
in class ExprFunctionOp
Licenced under the Apache License, Version 2.0