|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Classes in org.jruby.runtime used by org.jruby | |
|---|---|
| Binding
Internal live representation of a block ({...} or do ... |
|
| Block
Internal live representation of a block ({...} or do ... |
|
| Block.Type
|
|
| 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
|
|
| Dispatcher
|
|
| DynamicScope
|
|
| EventHook
|
|
| Frame
A Frame holds per-call information that needs to persist outside the execution of a given method. |
|
| GlobalVariable
|
|
| MethodFactory
MethodFactory is used to generate "invokers" or "method handles" given a target class, method name, and other characteristics. |
|
| 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
|
|
| Classes in org.jruby.runtime used by org.jruby.ast | |
|---|---|
| Arity
The arity of a method is the number of arguments it takes. |
|
| Block
Internal live representation of a block ({...} or do ... |
|
| CallSite
|
|
| DynamicScope
|
|
| InterpretedBlock
This branch of the BlockBody hierarchy represents an interpreted block that passes its AST nodes to the interpreter. |
|
| ThreadContext
|
|
| Visibility
|
|
| Classes in org.jruby.runtime used by org.jruby.ast.executable | |
|---|---|
| Block
Internal live representation of a block ({...} or do ... |
|
| CallSite
|
|
| 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.bench | |
|---|---|
| ThreadContext
|
|
| Classes in org.jruby.runtime used by org.jruby.compiler | |
|---|---|
| CallType
|
|
| ThreadContext
|
|
| 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 ... |
|
| ThreadContext
|
|
| 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
MethodFactory is used to generate "invokers" or "method handles" given a target class, method name, and other characteristics. |
|
| MethodFactory.MethodDefiningCallback
For batched method construction, the logic necessary to bind resulting method objects into a target module/class must be provided as a callback. |
|
| ThreadContext
|
|
| Visibility
|
|
| Classes in org.jruby.runtime used by org.jruby.java | |
|---|---|
| Block
Internal live representation of a block ({...} or do ... |
|
| ThreadContext
|
|
| Classes in org.jruby.runtime used by org.jruby.javasupport | |
|---|---|
| Block
Internal live representation of a block ({...} or do ... |
|
| ThreadContext
|
|
| 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 ... |
|
| BlockBody
The executable body portion of a closure. |
|
| CallSite
|
|
| CallType
|
|
| CompiledBlockCallback
|
|
| ThreadContext
|
|
| Visibility
|
|
| 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.management | |
|---|---|
| CacheMap
This class represents mappings between methods that have been cached and the classes which have cached them. |
|
| Classes in org.jruby.runtime used by org.jruby.parser | |
|---|---|
| Arity
The arity of a method is the number of arguments it takes. |
|
| DynamicScope
|
|
| Classes in org.jruby.runtime used by org.jruby.runtime | |
|---|---|
| Arity
The arity of a method is the number of arguments it takes. |
|
| Binding
Internal live representation of a block ({...} or do ... |
|
| Block
Internal live representation of a block ({...} or do ... |
|
| Block.Type
|
|
| BlockBody
The executable body portion of a closure. |
|
| BlockCallback
A simple interface for creating a callback using JRuby's block logic. |
|
| CacheMap.CacheSite
|
|
| CallbackFactory
Helper class to build Callback method. |
|
| CallSite
|
|
| CallSite.InlineCachingCallSite
|
|
| CallType
|
|
| CompiledBlock
A Block implemented using a Java-based BlockCallback implementation rather than with an ICallable. |
|
| CompiledBlockCallback
|
|
| CompiledBlockLight
A Block implemented using a Java-based BlockCallback implementation rather than with an ICallable. |
|
| Dispatcher
|
|
| DynamicScope
|
|
| Frame
A Frame holds per-call information that needs to persist outside the execution of a given method. |
|
| GlobalVariable
|
|
| InterpretedBlock
This branch of the BlockBody hierarchy represents an interpreted block that passes its AST nodes to the interpreter. |
|
| Iter
|
|
| MethodFactory
MethodFactory is used to generate "invokers" or "method handles" given a target class, method name, and other characteristics. |
|
| MethodFactory.MethodDefiningCallback
For batched method construction, the logic necessary to bind resulting method objects into a target module/class must be provided as a callback. |
|
| ObjectAllocator
|
|
| ObjectMarshal
|
|
| RubyOptions.JavaSupport
|
|
| ThreadContext
|
|
| Visibility
|
|
| Classes in org.jruby.runtime used by org.jruby.runtime.builtin | |
|---|---|
| Block
Internal live representation of a block ({...} or do ... |
|
| 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
|
|
| Dispatcher
|
|
| Classes in org.jruby.runtime used by org.jruby.runtime.scope | |
|---|---|
| DynamicScope
|
|
| 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. |
|
| Classes in org.jruby.runtime used by org.jruby.test.bench | |
|---|---|
| ThreadContext
|
|
| Classes in org.jruby.runtime used by org.jruby.util | |
|---|---|
| ThreadContext
|
|
| Classes in org.jruby.runtime used by org.jruby.util.io | |
|---|---|
| Block
Internal live representation of a block ({...} or do ... |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||