com.hp.hpl.jena.sparql.expr
Class E_Exists
java.lang.Object
com.hp.hpl.jena.sparql.expr.ExprNode
com.hp.hpl.jena.sparql.expr.ExprFunction
com.hp.hpl.jena.sparql.expr.ExprFunctionOp
com.hp.hpl.jena.sparql.expr.E_Exists
- All Implemented Interfaces:
- Expr
public class E_Exists
- extends ExprFunctionOp
| Methods inherited from class com.hp.hpl.jena.sparql.expr.ExprNode |
asVar, copySubstitute, deepCopy, getConstant, getExpr, getExprVar, getVarName, getVarNamesMentioned, getVarsMentioned, isConstant, isExpr, isSatisfied, isVariable, toString, varNamesMentioned, varsMentioned |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
E_Exists
public E_Exists(Op op)
E_Exists
public E_Exists(Element elt)
E_Exists
public E_Exists(Element el,
Op op)
copySubstitute
public Expr copySubstitute(Binding binding,
boolean foldConstants)
- Specified by:
copySubstitute in interface Expr- Specified by:
copySubstitute in class ExprNode
applyNodeTransform
public Expr applyNodeTransform(NodeTransform nodeTransform)
- Description copied from interface:
Expr
- Rewrite, applying a node->node transformation
- Specified by:
applyNodeTransform in interface Expr- Specified by:
applyNodeTransform in class ExprNode
hashCode
public int hashCode()
- Overrides:
hashCode in class ExprFunction
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals in class ExprFunction
copy
public ExprFunctionOp copy(ExprList args,
Op x)
- Specified by:
copy in class ExprFunctionOp
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.