Uses of Class
org.jruby.runtime.ThreadContext

Packages that use ThreadContext
org.jruby   
org.jruby.ast.util   
org.jruby.internal.runtime   
org.jruby.runtime   
 

Uses of ThreadContext in org.jruby
 

Methods in org.jruby that return ThreadContext
 ThreadContext Ruby.getCurrentContext()
           
 

Uses of ThreadContext in org.jruby.ast.util
 

Methods in org.jruby.ast.util with parameters of type ThreadContext
static Block ArgsUtil.beginCallArgs(ThreadContext context)
           
static void ArgsUtil.endCallArgs(ThreadContext context, Block currentBlock)
           
static IRubyObject[] ArgsUtil.setupArgs(ThreadContext context, EvaluateVisitor visitor, INode node)
           
 

Uses of ThreadContext in org.jruby.internal.runtime
 

Methods in org.jruby.internal.runtime that return ThreadContext
 ThreadContext ThreadService.getCurrentContext()
           
 

Uses of ThreadContext in org.jruby.runtime
 

Constructors in org.jruby.runtime with parameters of type ThreadContext
FrameStack(ThreadContext threadContext)
           
 



Copyright © 2002 Jan Arne Petersen. All Rights Reserved.