Uses of Class
org.tentackle.script.ruby.CompiledRubyScript
-
-
Uses of CompiledRubyScript in org.tentackle.script.ruby
Methods in org.tentackle.script.ruby that return CompiledRubyScript Modifier and Type Method Description protected CompiledRubyScriptRubyScript. compileScript(String code)Compiles script code.protected CompiledRubyScriptRubyScript. getCompiledScript()Gets the compiled script.
Will be parsed if not done yet.Methods in org.tentackle.script.ruby with parameters of type CompiledRubyScript Modifier and Type Method Description protected <T> TRubyScript. executeImpl(CompiledRubyScript script, Collection<ScriptVariable> variables)
-