Uses of Package
org.jruby.runtime

Packages that use org.jruby.runtime
org.jruby   
org.jruby.ast   
org.jruby.ast.executable   
org.jruby.ast.types   
org.jruby.compiler   
org.jruby.compiler.impl   
org.jruby.evaluator   
org.jruby.ext   
org.jruby.ext.socket   
org.jruby.internal.runtime   
org.jruby.internal.runtime.methods   
org.jruby.javasupport   
org.jruby.javasupport.proxy   
org.jruby.javasupport.util   
org.jruby.libraries   
org.jruby.parser   
org.jruby.runtime   
org.jruby.runtime.builtin   
org.jruby.runtime.callback   
org.jruby.test   
 

Classes in org.jruby.runtime used by org.jruby
Block
          Internal live representation of a block ({...} or do ...
BlockCallback
          A simple interface for creating a callback using JRuby's block logic.
CacheMap
          This class represents mappings between methods that have been cached and the classes which have cached them.
CallbackFactory
          Helper class to build Callback method.
CallType
           
DynamicScope
          Represents the the dynamic portion of scoping information.
EventHook
           
Frame
          Frame for a full (read: not 'fast') Ruby method invocation.
GlobalVariable
           
MethodSelectorTable
           
ObjectAllocator
           
ObjectMarshal
           
ObjectSpace
          FIXME: This version is faster than the previous, but both suffer from a crucial flaw: It is impossible to create an ObjectSpace with an iterator that doesn't either: a.
ThreadContext
           
Visibility
          This class represents two concepts: method visibility and a mask for determining a set of valid method visibilities.
 

Classes in org.jruby.runtime used by org.jruby.ast
Arity
          The arity of a method is the number of arguments it takes.
DynamicScope
          Represents the the dynamic portion of scoping information.
Visibility
          This class represents two concepts: method visibility and a mask for determining a set of valid method visibilities.
 

Classes in org.jruby.runtime used by org.jruby.ast.executable
Block
          Internal live representation of a block ({...} or do ...
DynamicScope
          Represents the the dynamic portion of scoping information.
ThreadContext
           
 

Classes in org.jruby.runtime used by org.jruby.ast.types
Arity
          The arity of a method is the number of arguments it takes.
 

Classes in org.jruby.runtime used by org.jruby.compiler
Arity
          The arity of a method is the number of arguments it takes.
CallType
           
 

Classes in org.jruby.runtime used by org.jruby.compiler.impl
Arity
          The arity of a method is the number of arguments it takes.
CallType
           
 

Classes in org.jruby.runtime used by org.jruby.evaluator
Block
          Internal live representation of a block ({...} or do ...
ThreadContext
           
 

Classes in org.jruby.runtime used by org.jruby.ext
Block
          Internal live representation of a block ({...} or do ...
 

Classes in org.jruby.runtime used by org.jruby.ext.socket
Block
          Internal live representation of a block ({...} or do ...
 

Classes in org.jruby.runtime used by org.jruby.internal.runtime
Block
          Internal live representation of a block ({...} or do ...
IAccessor
           
ThreadContext
           
 

Classes in org.jruby.runtime used by org.jruby.internal.runtime.methods
Arity
          The arity of a method is the number of arguments it takes.
Block
          Internal live representation of a block ({...} or do ...
CallType
           
MethodFactory
           
ThreadContext
           
Visibility
          This class represents two concepts: method visibility and a mask for determining a set of valid method visibilities.
 

Classes in org.jruby.runtime used by org.jruby.javasupport
Block
          Internal live representation of a block ({...} or do ...
 

Classes in org.jruby.runtime used by org.jruby.javasupport.proxy
Block
          Internal live representation of a block ({...} or do ...
 

Classes in org.jruby.runtime used by org.jruby.javasupport.util
Block
          Internal live representation of a block ({...} or do ...
CallType
           
CompiledBlock
          A Block implemented using a Java-based BlockCallback implementation rather than with an ICallable.
CompiledBlockCallback
           
ThreadContext
           
Visibility
          This class represents two concepts: method visibility and a mask for determining a set of valid method visibilities.
 

Classes in org.jruby.runtime used by org.jruby.libraries
Block
          Internal live representation of a block ({...} or do ...
 

Classes in org.jruby.runtime used by org.jruby.parser
DynamicScope
          Represents the the dynamic portion of scoping information.
 

Classes in org.jruby.runtime used by org.jruby.runtime
Arity
          The arity of a method is the number of arguments it takes.
Block
          Internal live representation of a block ({...} or do ...
BlockCallback
          A simple interface for creating a callback using JRuby's block logic.
CallbackFactory
          Helper class to build Callback method.
CallType
           
CompiledBlockCallback
           
DynamicScope
          Represents the the dynamic portion of scoping information.
Frame
          Frame for a full (read: not 'fast') Ruby method invocation.
GlobalVariable
           
Iter
           
MethodBlock
          Internal live representation of a block ({...} or do ...
MethodFactory
           
ObjectAllocator
           
ObjectMarshal
           
RubyOptions.JavaSupport
           
ThreadContext
           
Visibility
          This class represents two concepts: method visibility and a mask for determining a set of valid method visibilities.
 

Classes in org.jruby.runtime used by org.jruby.runtime.builtin
Block
          Internal live representation of a block ({...} or do ...
CallType
           
ThreadContext
           
 

Classes in org.jruby.runtime used by org.jruby.runtime.callback
Arity
          The arity of a method is the number of arguments it takes.
Block
          Internal live representation of a block ({...} or do ...
CallbackFactory
          Helper class to build Callback method.
CompiledBlockCallback
           
 

Classes in org.jruby.runtime used by org.jruby.test
Block
          Internal live representation of a block ({...} or do ...
ObjectSpace
          FIXME: This version is faster than the previous, but both suffer from a crucial flaw: It is impossible to create an ObjectSpace with an iterator that doesn't either: a.
 



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