|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Script | |
---|---|
org.jruby | |
org.jruby.ast.executable | |
org.jruby.internal.runtime.methods | |
org.jruby.runtime.load |
Uses of Script in org.jruby |
---|
Methods in org.jruby that return types with arguments of type Script | |
---|---|
java.util.Set<Script> |
Ruby.getJittedMethods()
|
Methods in org.jruby with parameters of type Script | |
---|---|
void |
Ruby.loadScript(Script script)
|
Uses of Script in org.jruby.ast.executable |
---|
Classes in org.jruby.ast.executable that implement Script | |
---|---|
class |
AbstractScript
|
Uses of Script in org.jruby.internal.runtime.methods |
---|
Methods in org.jruby.internal.runtime.methods with parameters of type Script | |
---|---|
void |
DefaultMethod.switchToJitted(Script jitCompiledScript,
CallConfiguration jitCallConfig)
|
Constructors in org.jruby.internal.runtime.methods with parameters of type Script | |
---|---|
JittedMethod(RubyModule implementationClass,
StaticScope staticScope,
Script jitCompiledScript,
CallConfiguration jitCallConfig,
Visibility visibility,
Arity arity,
ISourcePosition position)
|
Uses of Script in org.jruby.runtime.load |
---|
Methods in org.jruby.runtime.load that return Script | |
---|---|
static Script |
CompiledScriptLoader.loadScriptFromFile(Ruby runtime,
java.io.InputStream inStream,
java.lang.String resourceName)
|
Constructors in org.jruby.runtime.load with parameters of type Script | |
---|---|
LoadService.ScriptClassSearcher.ScriptClassLibrary(Script script)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |