|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EmbedEvalUnit
Wrapper interface of JavaEmbedUtils.EvalUnit for embedding.
This interface defines an evaluation unit for a parsed or compiled script,
which are executable.
| Method Summary | |
|---|---|
Node |
getNode()
Returns a root node of parsed Ruby script. |
ManyVarsDynamicScope |
getScope()
Returns a scope used to parse a script. |
| Methods inherited from interface org.jruby.javasupport.JavaEmbedUtils.EvalUnit |
|---|
run |
| Method Detail |
|---|
Node getNode()
ManyVarsDynamicScope getScope()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||