Uses of Interface
com.scriptbasic.spi.InterpreterHook
Packages that use InterpreterHook
Package
Description
-
Uses of InterpreterHook in com.scriptbasic
Methods in com.scriptbasic with parameters of type InterpreterHook -
Uses of InterpreterHook in com.scriptbasic.api
Methods in com.scriptbasic.api with parameters of type InterpreterHookModifier and TypeMethodDescriptionScriptBasic.registerHook(InterpreterHook hook) Register an interpreter hook class. -
Uses of InterpreterHook in com.scriptbasic.executors
Methods in com.scriptbasic.executors that return InterpreterHookMethods in com.scriptbasic.executors with parameters of type InterpreterHook -
Uses of InterpreterHook in com.scriptbasic.hooks
Classes in com.scriptbasic.hooks that implement InterpreterHookModifier and TypeClassDescriptionclassThe simplest implementation of the InterfaceHook interface.classThis hook can be configured to limit the execution resources for a given program.Methods in com.scriptbasic.hooks with parameters of type InterpreterHook -
Uses of InterpreterHook in com.scriptbasic.spi
Classes in com.scriptbasic.spi that implement InterpreterHookModifier and TypeClassDescriptionclassA simple implementation of the InterpreterHook.Methods in com.scriptbasic.spi that return InterpreterHookMethods in com.scriptbasic.spi with parameters of type InterpreterHookModifier and TypeMethodDescriptionvoidInterpreter.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)