Uses of Class
org.jruby.runtime.BlockBody
Packages that use BlockBody
Package
Description
-
Uses of BlockBody in org.jruby
Modifier and TypeMethodDescriptionprivate static IRubyObject[]RubyProc.checkArityForLambda(ThreadContext context, Block.Type type, BlockBody blockBody, IRubyObject... args) static IRubyObjectRubyEnumerable.each(ThreadContext context, IRubyObject self, BlockBody body) 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.ext.set
Subclasses of BlockBody in org.jruby.ext.set -
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.javasupport.ext
Subclasses of BlockBody in org.jruby.javasupport.ext -
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 BlockBodyModifier and TypeFieldDescriptionprivate final BlockBodyBlock.bodystatic final BlockBodyBlockBody.NULL_BODYMethods 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