org.millscript.office.spreadsheet.formula.expr
Class PercentExpr

java.lang.Object
  extended by org.millscript.millscript.expr.Expr<A>
      extended by org.millscript.millscript.expr.UnaryOpExpr<PercentAction>
          extended by org.millscript.office.spreadsheet.formula.expr.PercentExpr
All Implemented Interfaces:
org.millscript.millscript.expr.OneResult

public final class PercentExpr
extends org.millscript.millscript.expr.UnaryOpExpr<PercentAction>

This class implements an explode expression.

See Also:
ExplodeSyntax, ExplodeAction

Constructor Summary
PercentExpr(org.millscript.millscript.expr.Expr<?> a)
          Creates a new explode expression, to explode the specified body expression result.
 
Method Summary
 PercentAction newAction(org.millscript.millscript.action.Action a)
           
 
Methods inherited from class org.millscript.millscript.expr.UnaryOpExpr
compileIt, resolve
 
Methods inherited from class org.millscript.millscript.expr.Expr
arity, compile, isIntegerExpr, resolveList, setLineNumber, setOrigin, show, show
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PercentExpr

public PercentExpr(org.millscript.millscript.expr.Expr<?> a)
Creates a new explode expression, to explode the specified body expression result.

Parameters:
a - the expression whose result to explode
Method Detail

newAction

public PercentAction newAction(org.millscript.millscript.action.Action a)
Specified by:
newAction in class org.millscript.millscript.expr.UnaryOpExpr<PercentAction>
See Also:
UnaryOpExpr.newAction(org.millscript.millscript.action.Action)


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