Package | Description |
---|---|
org.jruby.runtime |
Modifier and Type | Class and Description |
---|---|
class |
CompiledBlock
A Block implemented using a Java-based BlockCallback implementation
rather than with an ICallable.
|
class |
CompiledBlock19
A Block implemented using a Java-based BlockCallback implementation
rather than with an ICallable.
|
class |
CompiledBlockLight
A Block implemented using a Java-based BlockCallback implementation
rather than with an ICallable.
|
class |
CompiledBlockLight19
A Block implemented using a Java-based BlockCallback implementation
rather than with an ICallable.
|
class |
CompiledSharedScopeBlock
A Block implemented using a Java-based BlockCallback implementation
rather than with an ICallable.
|
class |
Interpreted19Block |
class |
InterpretedBlock
This branch of the BlockBody hierarchy represents an interpreted block that
passes its AST nodes to the interpreter.
|
class |
InterpretedIRBlockBody |
class |
InterpretedIRBlockBody19 |
class |
MethodBlock
Internal live representation of a block ({...} or do ...
|
class |
SharedScopeBlock
Represents the live state of a for or END construct in Ruby.
|
Copyright © 2001-2015 JRuby. All Rights Reserved.