Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.ir | |
org.jruby.parser |
Modifier and Type | Method and Description |
---|---|
Object |
NodeVisitor.visitCaseNode(CaseNode iVisited) |
Object |
AbstractNodeVisitor.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 © 2001-2016 JRuby. All Rights Reserved.