water.exec
Class Function.ArgScalar

java.lang.Object
  extended by water.exec.Function.ArgCheck
      extended by water.exec.Function.ArgScalar
Enclosing class:
Function

public class Function.ArgScalar
extends Function.ArgCheck


Field Summary
 
Fields inherited from class water.exec.Function.ArgCheck
_defaultValue, _name
 
Constructor Summary
Function.ArgScalar()
           
Function.ArgScalar(java.lang.String name)
           
Function.ArgScalar(java.lang.String name, double defaultValue)
           
 
Method Summary
 void checkResult(Expr.Result r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Function.ArgScalar

public Function.ArgScalar()

Function.ArgScalar

public Function.ArgScalar(java.lang.String name)

Function.ArgScalar

public Function.ArgScalar(java.lang.String name,
                          double defaultValue)
Method Detail

checkResult

public void checkResult(Expr.Result r)
                 throws java.lang.Exception
Specified by:
checkResult in class Function.ArgCheck
Throws:
java.lang.Exception