Package | Description |
---|---|
org.jruby.ast | |
org.jruby.ir.instructions | |
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(ISourcePosition position,
KeyValuePair<Node,Node> pair) |
Modifier and Type | Method and Description |
---|---|
static CallInstr |
CallInstr.createWithKwargs(IRScope scope,
CallType callType,
Variable result,
RubySymbol name,
Operand receiver,
Operand[] args,
Operand closure,
java.util.List<KeyValuePair<Operand,Operand>> kwargs) |
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,
boolean isKWArgsHash) |
Constructor and Description |
---|
Hash(java.util.List<KeyValuePair<Operand,Operand>> pairs) |
Hash(java.util.List<KeyValuePair<Operand,Operand>> pairs,
boolean isKWArgsHash) |
Modifier and Type | Method and Description |
---|---|
KeyValuePair<Node,Node> |
ParserSupport.createKeyValue(Node key,
Node value) |
Copyright © 2001-2021 JRuby. All Rights Reserved.