public interface EmbedEvalUnit extends JavaEmbedUtils.EvalUnit
JavaEmbedUtils.EvalUnit for embedding.
This interface defines an evaluation unit for a parsed or compiled script,
which are executable.| Modifier and Type | Method and Description |
|---|---|
DynamicScope |
getLocalVarScope()
Returns a scope used to parse a script.
|
Node |
getNode()
Returns a root node of parsed Ruby script.
|
default ManyVarsDynamicScope |
getScope()
Deprecated.
|
runNode getNode()
DynamicScope getLocalVarScope()
@Deprecated default ManyVarsDynamicScope getScope()
Copyright © 2001-2022 JRuby. All Rights Reserved.