|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Script | |
---|---|
org.jruby | |
org.jruby.ast.executable | |
org.jruby.embed.internal | |
org.jruby.internal.runtime.methods | |
org.jruby.runtime.load | |
org.jruby.util |
Uses of Script in org.jruby |
---|
Methods in org.jruby that return Script | |
---|---|
Script |
Ruby.tryCompile(Node node)
Try to compile the code associated with the given Node, returning an instance of the successfully-compiled Script or null if the script could not be compiled. |
Script |
Ruby.tryCompile(Node node,
ASTInspector inspector)
Try to compile the code associated with the given Node, returning an instance of the successfully-compiled Script or null if the script could not be compiled. |
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)
|
IRubyObject |
Ruby.runScript(Script script)
|
IRubyObject |
Ruby.runScriptBody(Script script)
This is used for the "gets" loop, and we bypass 'load' to use an already-prepared, already-pushed scope for the script body. |
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.embed.internal |
---|
Constructors in org.jruby.embed.internal with parameters of type Script | |
---|---|
EmbedEvalUnitImpl(ScriptingContainer container,
Node node,
ManyVarsDynamicScope scope,
Script script)
|
Uses of Script in org.jruby.internal.runtime.methods |
---|
Methods in org.jruby.internal.runtime.methods with parameters of type Script | |
---|---|
static DynamicMethod |
DynamicMethodFactory.newJittedMethod(Ruby runtime,
RubyModule container,
StaticScope scope,
Script script,
java.lang.String name,
CallConfiguration config,
Visibility visibility,
Arity arity,
ISourcePosition position,
DefaultMethod defaultMethod)
|
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,
java.lang.String name,
CallConfiguration jitCallConfig,
Visibility visibility,
Arity arity,
ISourcePosition position,
DefaultMethod realMethod)
|
|
TraceableJittedMethod(RubyModule implementationClass,
StaticScope staticScope,
Script jitCompiledScript,
java.lang.String name,
CallConfiguration jitCallConfig,
Visibility visibility,
Arity arity,
ISourcePosition position,
DefaultMethod realMethod)
|
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)
|
Uses of Script in org.jruby.util |
---|
Fields in org.jruby.util with type parameters of type Script | |
---|---|
static ClassCache<Script> |
NailMain.classCache
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |