Uses of Interface
org.objectweb.medor.filter.api.Operand

Packages that use Operand
org.objectweb.medor.eval.lib   
org.objectweb.medor.filter.api   
org.objectweb.medor.filter.jorm.lib   
org.objectweb.medor.filter.lib   
org.objectweb.medor.filter.postfix   
org.objectweb.medor.filter.rdb.lib   
org.objectweb.medor.optim.jorm   
org.objectweb.medor.tuple.api   
org.objectweb.medor.tuple.lib   
 

Uses of Operand in org.objectweb.medor.eval.lib
 

Constructors in org.objectweb.medor.eval.lib with parameters of type Operand
TuplePNameGetter(java.util.Map fieldName2index, Operand nc)
          Constructs a TuplePNameGetter from a set of associations (field name, index in tuple).
 

Uses of Operand in org.objectweb.medor.filter.api
 

Subinterfaces of Operand in org.objectweb.medor.filter.api
 interface CalculatedParameterOperand
          This interface represents a ParameterOperand which must be evaluate.
 interface FieldOperand
           
 interface ParameterOperand
           
 interface VariableOperand
          This Interface extends a simple operand.
 

Methods in org.objectweb.medor.filter.api that return Operand
 Operand ExpressionHelper.evaluate(Expression[] stack, ParameterOperand[] parameters, Tuple t)
           
 Operand Expression.getResult()
          Gets the operand in wich the result will be put in
 

Uses of Operand in org.objectweb.medor.filter.jorm.lib
 

Classes in org.objectweb.medor.filter.jorm.lib that implement Operand
 class EncodePName
          This implementation of the CalculatedParameterOperand interface encode a a PName.
 class IsNullPName
          This implementation of the CalculatedParameterOperand interface checks if a PName is null.
 

Fields in org.objectweb.medor.filter.jorm.lib declared as Operand
protected  Operand CompositePName.nc
           
 

Methods in org.objectweb.medor.filter.jorm.lib that return Operand
 Operand CompositePName.getResult()
          Gets the operand in wich the result will be put in
 

Constructors in org.objectweb.medor.filter.jorm.lib with parameters of type Operand
SinglePName(FieldOperand f, Operand p, PType nameType)
          Constructs a SinglePName from a ParameterOperand representing the naming context, a FieldOperand, and the PType of the corresponding PName.
CompositePName(FieldOperand[] fs, java.lang.String[] compositefieldnames, Operand po, PType t)
          Constructs a SinglePName from a ParameterOperand representing the naming context, and an array of FieldOperand.
 

Uses of Operand in org.objectweb.medor.filter.lib
 

Classes in org.objectweb.medor.filter.lib that implement Operand
 class BasicFieldOperand
           
 class BasicOperand
           
 class BasicParameterOperand
           
 class BasicVariableOperand
           
 class CollectionOperand
           
 

Fields in org.objectweb.medor.filter.lib declared as Operand
protected  Operand BasicUnaryOperator.subResult
           
protected  Operand BasicThreeArgsOperator.firstResult
           
protected  Operand BasicThreeArgsOperator.secondResult
           
protected  Operand BasicThreeArgsOperator.thirdResult
           
protected  Operand BasicBinaryOperator.leftResult
           
protected  Operand BasicBinaryOperator.rightResult
           
 

Methods in org.objectweb.medor.filter.lib that return Operand
 Operand MemberOf.getResult()
           
 Operand Like.getResult()
           
 Operand BasicUnaryOperator.getResult()
           
 Operand BasicThreeArgsOperator.getResult()
           
 Operand BasicOperand.getResult()
           
 Operand BasicBinaryOperator.getResult()
           
 

Constructors in org.objectweb.medor.filter.lib with parameters of type Operand
InCollection(FieldOperand left, Operand right, PType elemType)
           
 

Uses of Operand in org.objectweb.medor.filter.postfix
 

Methods in org.objectweb.medor.filter.postfix that return Operand
 Operand PostfixExpressionHelper.evaluate(Expression[] stack, ParameterOperand[] parameters, Tuple t)
           
 

Uses of Operand in org.objectweb.medor.filter.rdb.lib
 

Methods in org.objectweb.medor.filter.rdb.lib that return Operand
 Operand BasicRdbFieldOperand.getResult()
          No result (this is not evaluable).
 

Uses of Operand in org.objectweb.medor.optim.jorm
 

Methods in org.objectweb.medor.optim.jorm that return Operand
protected  Operand JormRule.getPNCOperand(JormExtent extent, PNameField pnf)
          Retrieves the Operand representing the PNameCoder needed to decode a pname.
 

Uses of Operand in org.objectweb.medor.tuple.api
 

Methods in org.objectweb.medor.tuple.api that return Operand
 Operand[] Tuple.toOperandArray()
          Give the array of Operand object representation of the Tuple.
 Operand Tuple.getLikeOperand(int i)
          Returns the value of the designated column in the current row of this Tuple as an org.objectweb.medor.filter.Operand Object
 

Uses of Operand in org.objectweb.medor.tuple.lib
 

Methods in org.objectweb.medor.tuple.lib that return Operand
 Operand[] MemoryTuple.toOperandArray()
           
 Operand MemoryTuple.getLikeOperand(int i)