| Package | Description |
|---|---|
| org.jruby.ast.visitor | |
| org.jruby.ir | |
| org.jruby.parser |
| Modifier and Type | Method and Description |
|---|---|
Object |
NodeVisitor.visitBlockNode(BlockNode iVisited) |
Object |
AbstractNodeVisitor.visitBlockNode(BlockNode iVisited) |
| Modifier and Type | Method and Description |
|---|---|
Operand |
IRBuilder.buildBlock(BlockNode node,
IRScope s) |
| Modifier and Type | Method and Description |
|---|---|
void |
ParserSupport.checkUselessStatements(BlockNode blockNode)
Check all nodes but the last one in a BlockNode for useless (void context) statements.
|
Copyright © 2001-2014 JRuby. All Rights Reserved.