Uses of Class
org.jruby.runtime.BlockBody
Packages that use BlockBody
-
Uses of BlockBody in org.jruby
Modifier and TypeMethodDescriptionstatic IRubyObject
RubyEnumerable.each
(ThreadContext context, IRubyObject self, BlockBody body) Deprecated.static IRubyObject
RubyEnumerable.each
(ThreadContext context, CallSite site, IRubyObject self, BlockBody body) static IRubyObject[]
RubyProc.prepareArgs
(ThreadContext context, Block.Type type, BlockBody blockBody, IRubyObject[] args) Deprecated. -
Uses of BlockBody in org.jruby.ir
Methods in org.jruby.ir that return BlockBody -
Uses of BlockBody in org.jruby.ir.runtime
Methods in org.jruby.ir.runtime with parameters of type BlockBodyModifier and TypeMethodDescriptionstatic Block
IRRuntimeHelpers.prepareBlock
(ThreadContext context, IRubyObject self, DynamicScope scope, BlockBody body) -
Uses of BlockBody in org.jruby.runtime
Subclasses of BlockBody in org.jruby.runtimeModifier and TypeClassDescriptionclass
A Block implemented using a Java-based BlockCallback implementation.class
A Block implemented using a Java-based BlockCallback implementation.class
class
Common type for all block types which share similar values that ThreadContext uses.class
class
class
Represents a special Java implementation of a block.class
Represents a method wrapped in a block (proc), as in Method#to_proc.class
class
Fields in org.jruby.runtime declared as BlockBodyMethods in org.jruby.runtime that return BlockBodyMethods in org.jruby.runtime with parameters of type BlockBodyModifier and TypeMethodDescriptionstatic boolean
BlockBody.testBlockBody
(Block block, BlockBody body) Constructors in org.jruby.runtime with parameters of type BlockBody