Class | Description |
---|---|
AddMethodNode | |
AliasNode | |
AliasNodeFactory | |
AssertCompilationConstantNode | |
AssertCompilationConstantNodeFactory | |
BlockDefinitionNode |
Define a block.
|
CatchBreakAsProcErrorNode | |
CatchBreakAsReturnNode |
Catch a
break jump in a block at the top level and handle it as a return. |
CatchNextNode |
Catch a
next jump at the root of a method. |
CatchRetryAsErrorNode | |
CatchReturnAsErrorNode |
Catch a
return jump at the root of a method, and report it as an error. |
CatchReturnNode |
Catch a
return jump at the root of a method. |
CatchReturnPlaceholderNode | |
ExceptionTranslatingNode | |
MethodDefinitionNode |
Define a method.
|
RedoableNode | |
SetMethodDeclarationContext | |
SymbolProcNode | |
UndefNode |
Enum | Description |
---|---|
UnsupportedOperationBehavior |
Copyright © 2001-2015 JRuby. All Rights Reserved.