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

Packages that use FieldOperand
org.objectweb.medor.filter.jorm.lib   
org.objectweb.medor.filter.lib   
 

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

Fields in org.objectweb.medor.filter.jorm.lib declared as FieldOperand
protected  FieldOperand[] CompositePName.fields
           
 

Methods in org.objectweb.medor.filter.jorm.lib that return FieldOperand
 FieldOperand SinglePName.getField()
           
 FieldOperand[] CompositePName.getFields()
           
 

Constructors in org.objectweb.medor.filter.jorm.lib with parameters of type FieldOperand
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 FieldOperand in org.objectweb.medor.filter.lib
 

Classes in org.objectweb.medor.filter.lib that implement FieldOperand
 class BasicFieldOperand
           
 

Constructors in org.objectweb.medor.filter.lib with parameters of type FieldOperand
NavigatorOperator(FieldOperand fop, java.lang.String att)
          Creates a NavigatorOperator from a FieldOperand and an attribute name.
InCollection(FieldOperand left, Operand right, PType elemType)