@Deprecated public class InterpreterModeCustomizerProvider extends Object implements CompilerCustomizerProvider
ScriptEngine in "interpreter mode" where local variables of a script are treated as global
bindings. This implementation is technically not a true CompilerCustomizerProvider instance as the
"interpreter mode" feature does not require a CompilerCustomizer. This class merely acts as a flag that
tells the GremlinGroovyScriptEngine to turn this feature on.| Constructor and Description |
|---|
InterpreterModeCustomizerProvider()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CompilationCustomizer |
create()
Deprecated.
Create a new instance of a
CompilationCustomizer to add to the GremlinGroovyScriptEngine. |
public InterpreterModeCustomizerProvider()
public CompilationCustomizer create()
CompilerCustomizerProviderCompilationCustomizer to add to the GremlinGroovyScriptEngine.create in interface CompilerCustomizerProviderCopyright © 2013–2019 Apache Software Foundation. All rights reserved.