Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.compiler.ir | |
org.jruby.parser |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
NodeVisitor.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 © 2002-2009 JRuby Team. All Rights Reserved.