|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.millscript.expr.Expr<A>
org.millscript.millscript.expr.UnaryOpExpr<AsNumberAction>
org.millscript.office.spreadsheet.formula.expr.AsNumberExpr
public class AsNumberExpr
| Constructor Summary | |
|---|---|
AsNumberExpr(org.millscript.millscript.expr.Expr<?> a)
Creates a new NullIsZero expr to transform the result of the specified expr into zero if its result is null. |
|
| Method Summary | |
|---|---|
AsNumberAction |
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 |
|---|
public AsNumberExpr(org.millscript.millscript.expr.Expr<?> a)
null.
a - the expr whose result to transform to zero if it is
null| Method Detail |
|---|
public AsNumberAction newAction(org.millscript.millscript.action.Action a)
newAction in class org.millscript.millscript.expr.UnaryOpExpr<AsNumberAction>UnaryOpExpr.newAction(org.millscript.millscript.action.Action)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||