org.millscript.office.spreadsheet.formula.action
Class PowerAction

java.lang.Object
  extended by org.millscript.millscript.action.Action
      extended by org.millscript.millscript.action.BinaryOpAction
          extended by org.millscript.office.spreadsheet.formula.action.PowerAction
All Implemented Interfaces:
org.millscript.commons.alert.AlertOrigin

public final class PowerAction
extends org.millscript.millscript.action.BinaryOpAction

This class implements the multiplication action.


Constructor Summary
PowerAction(org.millscript.millscript.action.Action left, org.millscript.millscript.action.Action right)
          Constructs a new multiplication action, to multiply the results of the specified left and right actions.
 
Method Summary
 java.lang.Object perform(java.lang.Object x, java.lang.Object y)
           
 
Methods inherited from class org.millscript.millscript.action.BinaryOpAction
action
 
Methods inherited from class org.millscript.millscript.action.Action
act, act1, getLineNumber, getOrigin, predAct, setContext, setLineNumber, setOrigin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PowerAction

public PowerAction(org.millscript.millscript.action.Action left,
                   org.millscript.millscript.action.Action right)
Constructs a new multiplication action, to multiply the results of the specified left and right actions.

Parameters:
left - the left hand side action
right - the right hand side action
Method Detail

perform

public java.lang.Object perform(java.lang.Object x,
                                java.lang.Object y)
Specified by:
perform in class org.millscript.millscript.action.BinaryOpAction
See Also:
BinaryOpAction.perform(java.lang.Object, java.lang.Object)


Copyright © 2006-2007 Open World Ltd. All Rights Reserved.