Uses of Class
org.tentackle.script.ruby.CompiledRubyScript
-
Uses of CompiledRubyScript in org.tentackle.script.ruby
Methods in org.tentackle.script.ruby that return CompiledRubyScriptModifier and TypeMethodDescriptionprotected 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 CompiledRubyScriptModifier and TypeMethodDescriptionprotected <T> TRubyScript.executeImpl(CompiledRubyScript script, Collection<ScriptVariable> variables)