Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.ir | |
org.jruby.parser | |
org.jruby.truffle.translator |
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,
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.
|
Modifier and Type | Method and Description |
---|---|
RubyNode |
BodyTranslator.visitCaseNode(CaseNode node) |
Copyright © 2001-2015 JRuby. All Rights Reserved.