|
||||||||||
| 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.UnaryOpAction
org.millscript.office.spreadsheet.formula.action.PercentAction
public final class PercentAction
This class represents the action for an explode expression.
ExplodeExpr,
ExplodeSyntax| Constructor Summary | |
|---|---|
PercentAction(org.millscript.millscript.action.Action a)
Constructs a new explode action, which will explode the value generated by the specified action. |
|
| Method Summary | |
|---|---|
java.lang.Object |
perform(java.lang.Object x)
|
| Methods inherited from class org.millscript.millscript.action.UnaryOpAction |
|---|
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 PercentAction(org.millscript.millscript.action.Action a)
a - the action, whose result to explode| Method Detail |
|---|
public java.lang.Object perform(java.lang.Object x)
perform in class org.millscript.millscript.action.UnaryOpActionUnaryOpAction.perform(java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||