public interface SchemeCaller
Context
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
execute(Interpreter r)
The execute callback function is called by Context
with a fresh Interpreter context which is valid only
during the call to execute.
|
java.lang.Object execute(Interpreter r) throws SchemeException
r
- An Interpreter contextSchemeException
Context.execute(AppContext, SchemeCaller)