Package | Description |
---|---|
org.jruby.compiler | |
org.jruby.internal.runtime.methods | |
org.jruby.runtime |
Modifier and Type | Method and Description |
---|---|
CompiledBlockCallback19 |
JITCompiler.compileBlock19(ThreadContext context,
StandardASMCompiler asmCompiler,
IterNode iterNode) |
Modifier and Type | Field and Description |
---|---|
static Class<CompiledBlockCallback19> |
InvocationMethodFactory.COMPILED_BLOCK_19_INTERFACE
The interface used for compiled Ruby 1.9+ block handles.
|
Modifier and Type | Method and Description |
---|---|
CompiledBlockCallback19 |
ReflectionMethodFactory.getBlockCallback19(String method,
String file,
int line,
Object scriptObject) |
CompiledBlockCallback19 |
InvocationMethodFactory.getBlockCallback19(String method,
String file,
int line,
Object scriptObject) |
Modifier and Type | Field and Description |
---|---|
protected CompiledBlockCallback19 |
CompiledBlock19.callback |
Modifier and Type | Method and Description |
---|---|
static CompiledBlockCallback19 |
Helpers.createBlockCallback19(Object scriptObject,
String closureMethod,
String file,
int line) |
abstract CompiledBlockCallback19 |
CallbackFactory.getBlockCallback19(String method,
Object scriptObject)
Deprecated.
|
abstract CompiledBlockCallback19 |
MethodFactory.getBlockCallback19(String method,
String file,
int line,
Object scriptObject)
Get a CompiledBlockCallback for the specified block
|
Modifier and Type | Method and Description |
---|---|
static BlockBody |
CompiledBlock19.newCompiledBlock(Arity arity,
StaticScope scope,
CompiledBlockCallback19 callback,
boolean hasMultipleArgsHead,
int argumentType,
String[] parameterList) |
static BlockBody |
CompiledBlockLight19.newCompiledBlockLight(Arity arity,
StaticScope scope,
CompiledBlockCallback19 callback,
boolean hasMultipleArgsHead,
int argumentType,
String[] parameterList) |
static Block |
CompiledBlock19.newCompiledClosure(ThreadContext context,
IRubyObject self,
Arity arity,
StaticScope scope,
CompiledBlockCallback19 callback,
boolean hasMultipleArgsHead,
int argumentType) |
static Block |
CompiledBlockLight19.newCompiledClosureLight(ThreadContext context,
IRubyObject self,
Arity arity,
StaticScope scope,
CompiledBlockCallback19 callback,
boolean hasMultipleArgsHead,
int argumentType) |
Constructor and Description |
---|
CompiledBlock19(Arity arity,
StaticScope scope,
CompiledBlockCallback19 callback,
boolean hasMultipleArgsHead,
int argumentType,
String[] parameterList) |
CompiledBlockLight19(Arity arity,
StaticScope scope,
CompiledBlockCallback19 callback,
boolean hasMultipleArgsHead,
int argumentType,
String[] parameterList) |
Copyright © 2001-2016 JRuby. All Rights Reserved.