| Package | Description |
|---|---|
| org.jruby.ast | |
| org.jruby.ast.visitor | |
| org.jruby.ir | |
| org.jruby.parser |
| Modifier and Type | Method and Description |
|---|---|
HashNode |
HashNode.add(KeyValuePair<Node,Node> pair) |
HashNode |
HashPatternNode.getKeywordArgs() |
| Constructor and Description |
|---|
HashPatternNode(int line,
Node restArg,
HashNode keywordArgs) |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractNodeVisitor.visitHashNode(HashNode node) |
T |
NodeVisitor.visitHashNode(HashNode iVisited) |
| Modifier and Type | Method and Description |
|---|---|
protected Operand |
IRBuilder.buildCallKeywordArguments(HashNode keywords,
int[] flags) |
Operand |
IRBuilder.buildHash(HashNode hashNode) |
| Modifier and Type | Method and Description |
|---|---|
HashNode |
RubyParserBase.none() |
| Modifier and Type | Method and Description |
|---|---|
HashPatternNode |
RubyParserBase.new_hash_pattern_tail(int line,
HashNode keywordArgs,
ByteList keywordRestArg) |
Node |
RubyParserBase.remove_duplicate_keys(HashNode hash) |
Copyright © 2001-2023 JRuby. All Rights Reserved.