Package | Description |
---|---|
org.jruby.internal.runtime.methods | |
org.jruby.runtime |
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)
Deprecated.
|
static BlockBody |
CompiledBlockLight19.newCompiledBlockLight(Signature signature,
StaticScope scope,
CompiledBlockCallback19 callback,
boolean hasMultipleArgsHead,
int argumentType,
String[] parameterList)
Deprecated.
|
static Block |
CompiledBlock19.newCompiledClosure(ThreadContext context,
IRubyObject self,
Arity arity,
StaticScope scope,
CompiledBlockCallback19 callback,
boolean hasMultipleArgsHead,
int argumentType)
Deprecated.
|
static Block |
CompiledBlockLight19.newCompiledClosureLight(ThreadContext context,
IRubyObject self,
Arity arity,
StaticScope scope,
CompiledBlockCallback19 callback,
boolean hasMultipleArgsHead,
int argumentType)
Deprecated.
|
Constructor and Description |
---|
CompiledBlock19(Arity arity,
StaticScope scope,
CompiledBlockCallback19 callback,
boolean hasMultipleArgsHead,
int argumentType,
String[] parameterList)
Deprecated.
|
CompiledBlock19(Signature signature,
StaticScope scope,
CompiledBlockCallback19 callback,
boolean hasMultipleArgsHead,
int argumentType,
String[] parameterList) |
CompiledBlockLight19(Arity arity,
StaticScope scope,
CompiledBlockCallback19 callback,
boolean hasMultipleArgsHead,
int argumentType,
String[] parameterList)
Deprecated.
|
CompiledBlockLight19(Signature signature,
StaticScope scope,
CompiledBlockCallback19 callback,
boolean hasMultipleArgsHead,
int argumentType,
String[] parameterList)
Deprecated.
|
Copyright © 2001-2015 JRuby. All Rights Reserved.