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
 

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

Constructors in org.objectweb.medor.filter.jorm.lib with parameters of type FieldOperand
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.
SinglePName(FieldOperand f, Operand pnc, PType nameType)
          Constructs a SinglePName from a ParameterOperand representing the naming context, a FieldOperand, and the PType of the corresponding PName.
 

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
InCollection(FieldOperand left, Operand right, PType elemType)
           
NavigatorOperator(FieldOperand fop, java.lang.String att)
          Creates a NavigatorOperator from a FieldOperand and an attribute name.