public class MethodRegisterUtility extends Object implements ExtensionInterfaceVersion
EXTENSION_INTERFACE_VERSION
Modifier and Type | Method and Description |
---|---|
static void |
registerFunctions(Class<?> klass,
ExtendedInterpreter interpreter)
Register all annotated methods of the class
klass so that they
can be accessed from BASIC. |
public static void registerFunctions(Class<?> klass, ExtendedInterpreter interpreter) throws BasicRuntimeException
klass
so that they
can be accessed from BASIC.klass
- the class that contains the static methods to registerinterpreter
- the interpreter to register the methods into as BASIC
functionsBasicRuntimeException
- when a function is double defined and not an identical mannerCopyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.