Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.ir | |
org.jruby.parser |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractNodeVisitor.visitCaseNode(CaseNode iVisited) |
java.lang.Object |
NodeVisitor.visitCaseNode(CaseNode iVisited) |
Modifier and Type | Method and Description |
---|---|
Operand |
IRBuilder.buildCase(CaseNode caseNode,
IRScope s) |
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.