water.exec
Class Function.ArgInt

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

public class Function.ArgInt
extends Function.ArgCheck


Field Summary
 
Fields inherited from class water.exec.Function.ArgCheck
_defaultValue, _name
 
Constructor Summary
Function.ArgInt()
           
Function.ArgInt(java.lang.String name)
           
Function.ArgInt(java.lang.String name, long 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.ArgInt

public Function.ArgInt()

Function.ArgInt

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

Function.ArgInt

public Function.ArgInt(java.lang.String name,
                       long 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