Uses of Class
org.jruby.runtime.BlockBody
Packages that use BlockBody
-
Uses of BlockBody in org.jruby
Modifier and TypeMethodDescriptionstatic IRubyObjectRubyEnumerable.each(ThreadContext context, IRubyObject self, BlockBody body) Deprecated.static IRubyObjectRubyEnumerable.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 BlockIRRuntimeHelpers.prepareBlock(ThreadContext context, IRubyObject self, DynamicScope scope, BlockBody body) -
Uses of BlockBody in org.jruby.runtime
Subclasses of BlockBody in org.jruby.runtimeModifier and TypeClassDescriptionclassA Block implemented using a Java-based BlockCallback implementation.classA Block implemented using a Java-based BlockCallback implementation.classclassCommon type for all block types which share similar values that ThreadContext uses.classclassclassRepresents a special Java implementation of a block.classRepresents a method wrapped in a block (proc), as in Method#to_proc.classclassFields 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 booleanBlockBody.testBlockBody(Block block, BlockBody body) Constructors in org.jruby.runtime with parameters of type BlockBody