public interface IValueExpression<E> extends BOp, Serializable
BOp.Annotations| Modifier and Type | Method and Description |
|---|---|
E |
get(IBindingSet bindingSet)
Return the as bound value of the variable, constant, or
expression.
|
String |
toString(int indent)
A string representation of a recursive structure with pretty-print indent.
|
annotations, argIterator, args, arity, clone, get, getEvaluationContext, getId, getProperty, getRequiredProperty, isController, setProperty, toArray, toArray, toShortString, toStringgetPropertyE get(IBindingSet bindingSet)
IConstant is the
contant's value. The as bound value of an IVariable is the
bound value in the given IBindingSet -or- null if
the variable is not bound in the IBindingSet.bindingSet - The binding set.IllegalArgumentException - if this is an IVariable and the bindingSet is
null.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.