| Interface | Description |
|---|---|
| BlockCallback |
A simple interface for creating a callback using JRuby's block logic.
|
| ExecutionContext | |
| IAccessor | |
| ObjectAllocator | |
| ObjectMarshal | |
| PositionAware |
Simple no-pojo methods for Position of a method (in truth we could use
this anywhere).
|
| Class | Description |
|---|---|
| ArgumentDescriptor |
A description of a single argument in a Ruby argument list.
|
| 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 ...
|
| BlockBody |
The executable body portion of a closure.
|
| CallBlock |
A Block implemented using a Java-based BlockCallback implementation.
|
| CallBlock19 |
A Block implemented using a Java-based BlockCallback implementation.
|
| CallSite |
This is the abstract superclass for all call sites in the system.
|
| CompiledIRBlockBody | |
| Constants | |
| ContextAwareBlockBody |
Common type for all block types which share similar values that ThreadContext uses.
|
| DynamicScope | |
| EventHook | |
| Frame |
A Frame holds per-call information that needs to persist outside the
execution of a given method.
|
| GlobalVariable | |
| GlobalVariable.Copy | |
| Helpers |
Helper methods which are called by the compiler.
|
| InterpretedIRBlockBody | |
| IRBlockBody | |
| JavaInternalBlockBody |
Represents a special Java implementation of a block.
|
| MethodBlockBody |
Represents a method wrapped in a block (proc), as in Method#to_proc.
|
| MethodFactory |
MethodFactory is used to generate "invokers" or "method handles" given a target
class, method name, and other characteristics.
|
| MethodIndex | |
| NullBlockBody | |
| 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.
|
| ReadonlyGlobalVariable | |
| Signature |
A representation of a Ruby method signature (argument layout, min/max, keyword layout, rest args).
|
| ThreadContext |
| Enum | Description |
|---|---|
| ArgumentType |
Created by headius on 5/8/15.
|
| Block.Type | |
| CallType | |
| ClassIndex |
An enum of core JRuby classes.
|
| RubyEvent | |
| Signature.Rest | |
| Visibility |
Copyright © 2001-2015 JRuby. All Rights Reserved.