Package | Description |
---|---|
com.scriptbasic.executors | |
com.scriptbasic.hooks | |
com.scriptbasic.interfaces |
Modifier and Type | Method and Description |
---|---|
InterpreterHook |
BasicExtendedInterpreter.getHook() |
Modifier and Type | Method and Description |
---|---|
void |
BasicExtendedInterpreter.registerHook(InterpreterHook hook) |
Modifier and Type | Class and Description |
---|---|
class |
NullHook
The simplest implementation of the InterfaceHook interface.
|
class |
RunLimitHook
This hook can be configured to limit the execution resources for a given
program.
|
class |
SimpleHook
A simple implementation of the InterpreterHook.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleHook.setNext(InterpreterHook next) |
void |
NullHook.setNext(InterpreterHook next) |
Modifier and Type | Method and Description |
---|---|
InterpreterHook |
ExtendedInterpreter.getHook()
Get the hook object the interpreter has.
|
Modifier and Type | Method and Description |
---|---|
void |
Interpreter.registerHook(InterpreterHook hook) |
void |
InterpreterHook.setNext(InterpreterHook next)
When a hook is registered the registering process calls this method and
passes the next element in the hook chain.
|
Copyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.