Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.ir | |
org.jruby.parser |
Modifier and Type | Method and Description |
---|---|
T |
NodeVisitor.visitSplatNode(SplatNode iVisited) |
T |
AbstractNodeVisitor.visitSplatNode(SplatNode node) |
Modifier and Type | Method and Description |
---|---|
Operand |
IRBuilder.buildSplat(SplatNode splatNode) |
Modifier and Type | Method and Description |
---|---|
SplatNode |
ParserSupport.newSplatNode(ISourcePosition position,
Node node) |
Copyright © 2001-2015 JRuby. All Rights Reserved.