public class ConstantNode extends TermNode
DEFAULT_INITIAL_CAPACITY| Constructor and Description |
|---|
ConstantNode(BOp[] args,
Map<String,Object> anns)
Required shallow copy constructor.
|
ConstantNode(ConstantNode op)
Constructor required for
com.bigdata.bop.BOpUtility#deepCopy(FilterNode). |
ConstantNode(IConstant<IV> val) |
ConstantNode(IV val) |
| Modifier and Type | Method and Description |
|---|---|
IConstant<IV> |
getValueExpression()
Strengthen return type.
|
String |
toString()
Return a non-recursive representation of the arguments and annotations
for this
BOp. |
getValue, invalidate, setValueExpression, toStringgetRequiredValueExpression, isConstant, isFunction, isVariable, toShortStringaddExplainHint, getExplainHints, getQueryHint, getQueryHint, getQueryHintAsBoolean, getQueryHintAsBoolean, getQueryHintAsInteger, getQueryHints, replaceAllWith, setQueryHint, setQueryHintsaddArg, addArg, addArgIfAbsent, annotations, annotationsEqual, argIterator, args, arity, clearProperty, copyAll, get, getProperty, indexOf, removeArg, replaceWith, setArg, setArgs, setId, setProperty, setUnboundProperty, toArray, toArrayannotationsEqual, annotationsToString, annotationsToString, annotationValueToString, checkArgs, clone, equals, getEvaluationContext, getId, getProperty, getRequiredProperty, hashCode, indent, isController, mutation, shortenNamepublic ConstantNode(ConstantNode op)
com.bigdata.bop.BOpUtility#deepCopy(FilterNode).public ConstantNode(BOp[] args, Map<String,Object> anns)
public ConstantNode(IV val)
public IConstant<IV> getValueExpression()
getValueExpression in interface IValueExpressionNodegetValueExpression in class TermNodepublic String toString()
CoreBaseBOpBOp.toString in interface BOptoString in class CoreBaseBOpCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.