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

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

public final class PercentAction
extends org.millscript.millscript.action.UnaryOpAction

This class represents the action for an explode expression.

See Also:
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

PercentAction

public PercentAction(org.millscript.millscript.action.Action a)
Constructs a new explode action, which will explode the value generated by the specified action.

Parameters:
a - the action, whose result to explode
Method Detail

perform

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


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