| Package | Description |
|---|---|
| org.jruby.ast | |
| org.jruby.ir | |
| org.jruby.ir.operands | |
| org.jruby.parser |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<KeyValuePair<Node,Node>> |
HashNode.getPairs() |
| Modifier and Type | Method and Description |
|---|---|
HashNode |
HashNode.add(KeyValuePair<Node,Node> pair) |
| Constructor and Description |
|---|
HashNode(int line,
KeyValuePair<Node,Node> pair) |
| Modifier and Type | Method and Description |
|---|---|
static void |
IRBuilder.determineZSuperCallArgs(IRScope scope,
IRBuilder builder,
java.util.List<Operand> callArgs,
java.util.List<KeyValuePair<Operand,Operand>> keywordArgs) |
| Modifier and Type | Field and Description |
|---|---|
KeyValuePair<Operand,Operand>[] |
Hash.pairs |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<KeyValuePair<Operand,Operand>> |
Hash.getPairs() |
| Constructor and Description |
|---|
Hash(KeyValuePair<Operand,Operand>[] pairs) |
| Constructor and Description |
|---|
Hash(java.util.List<KeyValuePair<Operand,Operand>> pairs) |
| Modifier and Type | Method and Description |
|---|---|
KeyValuePair<Node,Node> |
RubyParserBase.createKeyValue(Node key,
Node value) |
Copyright © 2001-2023 JRuby. All Rights Reserved.