Uses of Class
org.jruby.runtime.Block.Type

Packages that use Block.Type
org.jruby   
org.jruby.runtime   
 

Uses of Block.Type in org.jruby
 

Methods in org.jruby with parameters of type Block.Type
 RubyProc Ruby.newProc(Block.Type type, Block block)
           
static RubyProc RubyProc.newProc(Ruby runtime, Block.Type type)
           
static RubyProc RubyProc.newProc(Ruby runtime, Block block, Block.Type type)
           
 

Constructors in org.jruby with parameters of type Block.Type
RubyProc(Ruby runtime, RubyClass rubyClass, Block.Type type)
           
 

Uses of Block.Type in org.jruby.runtime
 

Fields in org.jruby.runtime declared as Block.Type
 Block.Type Block.type
           
 

Methods in org.jruby.runtime that return Block.Type
static Block.Type Block.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Block.Type[] Block.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jruby.runtime with parameters of type Block.Type
abstract  IRubyObject BlockBody.call(ThreadContext context, IRubyObject[] args, Binding binding, Block.Type type)
           
 IRubyObject CallBlock.call(ThreadContext context, IRubyObject[] args, Binding binding, Block.Type type)
           
 IRubyObject CompiledBlock.call(ThreadContext context, IRubyObject[] args, Binding binding, Block.Type type)
           
 IRubyObject CompiledBlockLight.call(ThreadContext context, IRubyObject[] args, Binding binding, Block.Type type)
           
 IRubyObject InterpretedBlock.call(ThreadContext context, IRubyObject[] args, Binding binding, Block.Type type)
           
 IRubyObject MethodBlock.call(ThreadContext context, IRubyObject[] args, Binding binding, Block.Type type)
           
 IRubyObject SharedScopeBlock.call(ThreadContext context, IRubyObject[] args, IRubyObject replacementSelf, Binding binding, Block.Type type)
           
 IRubyObject[] BlockBody.prepareArgumentsForCall(ThreadContext context, IRubyObject[] args, Block.Type type)
           
abstract  IRubyObject BlockBody.yield(ThreadContext context, IRubyObject value, Binding binding, Block.Type type)
           
 IRubyObject CallBlock.yield(ThreadContext context, IRubyObject value, Binding binding, Block.Type type)
           
 IRubyObject CompiledBlock.yield(ThreadContext context, IRubyObject value, Binding binding, Block.Type type)
           
 IRubyObject CompiledBlockLight.yield(ThreadContext context, IRubyObject value, Binding binding, Block.Type type)
           
 IRubyObject InterpretedBlock.yield(ThreadContext context, IRubyObject value, Binding binding, Block.Type type)
           
 IRubyObject MethodBlock.yield(ThreadContext context, IRubyObject value, Binding binding, Block.Type type)
           
abstract  IRubyObject BlockBody.yield(ThreadContext context, IRubyObject value, IRubyObject self, RubyModule klass, boolean aValue, Binding binding, Block.Type type)
           
 IRubyObject CallBlock.yield(ThreadContext context, IRubyObject value, IRubyObject self, RubyModule klass, boolean aValue, Binding binding, Block.Type type)
          Yield to this block, usually passed to the current call.
 IRubyObject CompiledBlock.yield(ThreadContext context, IRubyObject args, IRubyObject self, RubyModule klass, boolean aValue, Binding binding, Block.Type type)
           
 IRubyObject CompiledBlockLight.yield(ThreadContext context, IRubyObject args, IRubyObject self, RubyModule klass, boolean aValue, Binding binding, Block.Type type)
           
 IRubyObject CompiledSharedScopeBlock.yield(ThreadContext context, IRubyObject args, IRubyObject self, RubyModule klass, boolean aValue, Binding binding, Block.Type type)
           
 IRubyObject InterpretedBlock.yield(ThreadContext context, IRubyObject value, IRubyObject self, RubyModule klass, boolean aValue, Binding binding, Block.Type type)
          Yield to this block, usually passed to the current call.
 IRubyObject MethodBlock.yield(ThreadContext context, IRubyObject value, IRubyObject self, RubyModule klass, boolean aValue, Binding binding, Block.Type type)
          Yield to this block, usually passed to the current call.
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.