|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectca.uwaterloo.cs.ql.lib.Function
ca.uwaterloo.cs.ql.lib.BuiltinFunction
public abstract class BuiltinFunction
BuiltinFunction.
Any subclasses of BuiltinFunction must overwrite
the method register.
| Constructor Summary | |
|---|---|
BuiltinFunction()
|
|
| Method Summary | |
|---|---|
static void |
register(FunctionLib lib)
Registers this function. |
| Methods inherited from class ca.uwaterloo.cs.ql.lib.Function |
|---|
getName, getParamTypes, getSignature, getSignature, getType, invoke, synopsis, usage |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BuiltinFunction()
| Method Detail |
|---|
public static void register(FunctionLib lib)
lib - the function lib in which this function
will be registered.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||