org.objectweb.medor.filter.api
Interface ThreeArgsOperator


Deprecated. Use the generic Operator interface.

public interface ThreeArgsOperator


Method Summary
 Expression getFirstExpression()
          Deprecated.  
 Expression getSecondExpression()
          Deprecated.  
 Expression getThirdExpression()
          Deprecated.  
 void setFirstExpression(Expression firstChild)
          Deprecated. This method sets the first operand or operator to this expression object.
 void setSecondExpression(Expression secondChild)
          Deprecated. This method sets the second operand or operator to this expression object.
 void setThirdExpression(Expression thirdChild)
          Deprecated. This method sets the third operand or operator to this expression object.
 

Method Detail

setFirstExpression

public void setFirstExpression(Expression firstChild)
                        throws java.lang.IllegalStateException
Deprecated. 
This method sets the first operand or operator to this expression object. There is no verification of types when performing this method. After evaluating, we must compile this expression.

Throws:
java.lang.IllegalStateException

setSecondExpression

public void setSecondExpression(Expression secondChild)
                         throws java.lang.IllegalStateException
Deprecated. 
This method sets the second operand or operator to this expression object. There is no verification of types when performing this method. After evaluating, we must compile this expression.

Throws:
java.lang.IllegalStateException

setThirdExpression

public void setThirdExpression(Expression thirdChild)
                        throws java.lang.IllegalStateException
Deprecated. 
This method sets the third operand or operator to this expression object. There is no verification of types when performing this method. After evaluating, we must compile this expression.

Throws:
java.lang.IllegalStateException

getFirstExpression

public Expression getFirstExpression()
Deprecated. 

getSecondExpression

public Expression getSecondExpression()
Deprecated. 

getThirdExpression

public Expression getThirdExpression()
Deprecated.