Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.ir | |
org.jruby.parser |
Modifier and Type | Method and Description |
---|---|
T |
NodeVisitor.visitCaseNode(CaseNode iVisited) |
T |
AbstractNodeVisitor.visitCaseNode(CaseNode node) |
Modifier and Type | Method and Description |
---|---|
Operand |
IRBuilder.buildCase(CaseNode caseNode) |
Modifier and Type | Method and Description |
---|---|
CaseNode |
ParserSupport.newCaseNode(ISourcePosition position,
Node expression,
Node firstWhenNode)
Ok I admit that this is somewhat ugly.
|
Copyright © 2001-2015 JRuby. All Rights Reserved.