|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BlockBody | |
|---|---|
| org.jruby.runtime | |
| Uses of BlockBody in org.jruby.runtime |
|---|
| Subclasses of BlockBody in org.jruby.runtime | |
|---|---|
class |
CallBlock
A Block implemented using a Java-based BlockCallback implementation rather than with an ICallable. |
class |
CompiledBlock
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 |
CompiledSharedScopeBlock
A Block implemented using a Java-based BlockCallback implementation rather than with an ICallable. |
class |
InterpretedBlock
Internal live representation of a block ({...} or do ... |
class |
MethodBlock
Internal live representation of a block ({...} or do ... |
class |
SharedScopeBlock
Represents the live state of a for or END construct in Ruby. |
| Fields in org.jruby.runtime declared as BlockBody | |
|---|---|
static BlockBody |
BlockBody.NULL_BODY
|
| Methods in org.jruby.runtime that return BlockBody | |
|---|---|
BlockBody |
Block.getBody()
|
| Constructors in org.jruby.runtime with parameters of type BlockBody | |
|---|---|
Block(BlockBody body,
Binding binding)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||