Package | Description |
---|---|
org.jruby.ast | |
org.jruby.ast.visitor | |
org.jruby.compiler | |
org.jruby.ir |
Modifier and Type | Class and Description |
---|---|
class |
Hash19Node
A Literal Hash that can represent either a {a=&b, c=&d} type expression or the list
of default values in a method call.
|
Modifier and Type | Method and Description |
---|---|
Object |
NodeVisitor.visitHashNode(HashNode iVisited) |
Object |
AbstractNodeVisitor.visitHashNode(HashNode iVisited) |
Modifier and Type | Method and Description |
---|---|
protected void |
ASTCompiler.compileHashCommon(HashNode hashNode,
BodyCompiler context,
boolean expr) |
protected void |
ASTCompiler19.createNewHash(BodyCompiler context,
HashNode hashNode,
ArrayCallback hashCallback) |
protected void |
ASTCompiler.createNewHash(BodyCompiler context,
HashNode hashNode,
ArrayCallback hashCallback) |
Modifier and Type | Method and Description |
---|---|
Operand |
IRBuilder.buildHash(HashNode hashNode,
IRScope s) |
Copyright © 2001-2015 JRuby. All Rights Reserved.