water.exec
Class Function.ArgVector

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

public class Function.ArgVector
extends Function.ArgCheck


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

public Function.ArgVector()

Function.ArgVector

public Function.ArgVector(java.lang.String name)
Method Detail

checkResult

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