Uses of Interface
com.scriptbasic.spi.InterpreterHook
-
Packages that use InterpreterHook Package Description com.scriptbasic com.scriptbasic.api com.scriptbasic.executors com.scriptbasic.hooks com.scriptbasic.spi -
-
Uses of InterpreterHook in com.scriptbasic
Methods in com.scriptbasic with parameters of type InterpreterHook Modifier and Type Method Description ScriptBasicEngine. registerHook(InterpreterHook hook) -
Uses of InterpreterHook in com.scriptbasic.api
Methods in com.scriptbasic.api with parameters of type InterpreterHook Modifier and Type Method Description ScriptBasicScriptBasic. registerHook(InterpreterHook hook)Register an interpreter hook class. -
Uses of InterpreterHook in com.scriptbasic.executors
Methods in com.scriptbasic.executors that return InterpreterHook Modifier and Type Method Description InterpreterHookBasicInterpreter. getHook()Methods in com.scriptbasic.executors with parameters of type InterpreterHook Modifier and Type Method Description voidBasicInterpreter. registerHook(InterpreterHook hook) -
Uses of InterpreterHook in com.scriptbasic.hooks
Classes in com.scriptbasic.hooks that implement InterpreterHook Modifier and Type Class Description classNullHookThe simplest implementation of the InterfaceHook interface.classRunLimitHookThis hook can be configured to limit the execution resources for a given program.Methods in com.scriptbasic.hooks with parameters of type InterpreterHook Modifier and Type Method Description voidNullHook. setNext(InterpreterHook next) -
Uses of InterpreterHook in com.scriptbasic.spi
Classes in com.scriptbasic.spi that implement InterpreterHook Modifier and Type Class Description classSimpleHookA simple implementation of the InterpreterHook.Methods in com.scriptbasic.spi that return InterpreterHook Modifier and Type Method Description InterpreterHookInterpreter. getHook()Get the hook object the interpreter has.Methods in com.scriptbasic.spi with parameters of type InterpreterHook Modifier and Type Method Description voidInterpreter. registerHook(InterpreterHook hook)voidInterpreterHook. setNext(InterpreterHook next)When a hook is registered the registering process calls this method and passes the next element in the hook chain.voidSimpleHook. setNext(InterpreterHook next)
-