elan.expression
Class SetXY

java.lang.Object
  |
  +--elan.GrammarElement
        |
        +--elan.expression.Expression
              |
              +--elan.expression.BinaryExpression
                    |
                    +--elan.expression.SetXY

public class SetXY
extends BinaryExpression


Field Summary
 
Fields inherited from class elan.expression.BinaryExpression
myAction, myLeft, myRight
 
Fields inherited from class elan.GrammarElement
ourMap
 
Constructor Summary
SetXY(Expression lhs, Expression rhs)
           
 
Method Summary
 double value(Context c)
           
 
Methods inherited from class elan.expression.BinaryExpression
leftValue, rightValue, toString
 
Methods inherited from class elan.expression.Expression
evaluate, getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SetXY

public SetXY(Expression lhs,
             Expression rhs)
Method Detail

value

public double value(Context c)
Specified by:
value in class Expression