|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.millscript.action.Action
org.millscript.millscript.action.BinaryOpAction
org.millscript.office.spreadsheet.formula.action.PowerAction
public final class PowerAction
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 |
|---|
public PowerAction(org.millscript.millscript.action.Action left,
org.millscript.millscript.action.Action right)
left - the left hand side actionright - the right hand side action| Method Detail |
|---|
public java.lang.Object perform(java.lang.Object x,
java.lang.Object y)
perform in class org.millscript.millscript.action.BinaryOpActionBinaryOpAction.perform(java.lang.Object, java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||