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

Uses in package org.objectweb.medor.filter.jorm.lib

Constructors with parameter type org.objectweb.medor.filter.api.FieldOperand

CompositePName.CompositePName(FieldOperand[] fs, String[] compositefieldnames, Operand po, PType t)
Constructs a SinglePName from a ParameterOperand representing the naming context, and an array of FieldOperand.
Creates a NavigatorOperator from a FieldOperand and an attribute name.
SinglePName.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.

Methods with return type org.objectweb.medor.filter.api.FieldOperand

FieldOperand
FieldOperand
Obtains the FieldOperand at the start of the navigation.
FieldOperand[]

Uses in package org.objectweb.medor.filter.lib

Classes implementing org.objectweb.medor.filter.api.FieldOperand

class

Constructors with parameter type org.objectweb.medor.filter.api.FieldOperand

InCollection.InCollection(FieldOperand left, Operand right, PType elemType)