public interface IBind<E> extends IValueExpression<E>
IValueExpression which has the side-effect
of binding a value on an IVariable.BOp.Annotations| Modifier and Type | Method and Description |
|---|---|
IValueExpression<E> |
getExpr()
Return the value expression.
|
IVariable<? extends E> |
getVar()
Return the variable which will be bound to the result of evaluating the
associated value expression.
|
get, toStringannotations, argIterator, args, arity, clone, get, getEvaluationContext, getId, getProperty, getRequiredProperty, isController, setProperty, toArray, toArray, toShortString, toStringgetPropertyIVariable<? extends E> getVar()
IValueExpression<E> getExpr()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.