| Package | Description |
|---|---|
| org.jruby.ast.visitor | |
| org.jruby.compiler.ir | |
| org.jruby.parser |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
NodeVisitor.visitCaseNode(CaseNode iVisited) |
| Modifier and Type | Method and Description |
|---|---|
Operand |
IRBuilder.buildCase(CaseNode caseNode,
IRScope m) |
| Modifier and Type | Method and Description |
|---|---|
CaseNode |
ParserSupport.newCaseNode(ISourcePosition position,
Node expression,
Node firstWhenNode)
Ok I admit that this is somewhat ugly.
|
Copyright © 2002-2009 JRuby Team. All Rights Reserved.