ca.uwaterloo.cs.ql.lib
Class level

java.lang.Object
  extended by ca.uwaterloo.cs.ql.lib.Function
      extended by ca.uwaterloo.cs.ql.lib.BuiltinFunction
          extended by ca.uwaterloo.cs.ql.lib.level

public class level
extends BuiltinFunction

 Functions:

     eset level()
     eset level(set)
     eset level(set, eset)

 


Method Summary
 Value invoke(Env env, Value[] vals)
           
static void register(FunctionLib fLib)
           
 
Methods inherited from class ca.uwaterloo.cs.ql.lib.Function
getName, getParamTypes, getSignature, getSignature, getType, synopsis, usage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

register

public static void register(FunctionLib fLib)

invoke

public Value invoke(Env env,
                    Value[] vals)
             throws InvocationException
Specified by:
invoke in class Function
Throws:
InvocationException