Uses of Class
org.jruby.runtime.InterpretedBlock

Packages that use InterpretedBlock
org.jruby.ast   
org.jruby.runtime   
 

Uses of InterpretedBlock in org.jruby.ast
 

Methods in org.jruby.ast that return InterpretedBlock
 InterpretedBlock IterNode.getBlockBody()
           
 

Uses of InterpretedBlock in org.jruby.runtime
 

Subclasses of InterpretedBlock in org.jruby.runtime
 class SharedScopeBlock
          Represents the live state of a for or END construct in Ruby.
 

Methods in org.jruby.runtime with parameters of type InterpretedBlock
static Block InterpretedBlock.newInterpretedClosure(ThreadContext context, InterpretedBlock body, IRubyObject self)
           
 



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