|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IVariable<E>
A variable.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.bigdata.bop.BOp |
|---|
BOp.Annotations |
| Field Summary | |
|---|---|
static IVariable<?>[] |
EMPTY
An empty IVariable array. |
| Fields inherited from interface com.bigdata.bop.BOp |
|---|
NOANNS, NOARGS |
| Method Summary | |
|---|---|
int |
hashCode()
The hash code of the name of the variable as reported by IVariableOrConstant.getName() |
boolean |
isWildcard()
Return true iff this is the special variable * |
| Methods inherited from interface com.bigdata.bop.IVariableOrConstant |
|---|
equals, get, getName, isConstant, isVar |
| Methods inherited from interface com.bigdata.bop.IValueExpression |
|---|
get |
| Methods inherited from interface com.bigdata.bop.BOp |
|---|
annotations, argIterator, args, arity, clone, get, getEvaluationContext, getId, getProperty, getRequiredProperty, isController, setProperty, toArray, toArray, toShortString, toString |
| Methods inherited from interface cutthecrap.utils.striterators.IPropertySet |
|---|
getProperty |
| Field Detail |
|---|
static final IVariable<?>[] EMPTY
IVariable array.
| Method Detail |
|---|
int hashCode()
IVariableOrConstant.getName()
hashCode in class Objectboolean isWildcard()
true iff this is the special variable *
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||