| Package | Description |
|---|---|
| org.jruby.ast | |
| org.jruby.ast.visitor | |
| org.jruby.parser |
| Modifier and Type | Class and Description |
|---|---|
class |
KeywordRestArgNode |
class |
RestArgNode |
class |
UnnamedRestArgNode
a bare '*' or nothing.
|
| Constructor and Description |
|---|
BlockArgNode(ArgumentNode argNode) |
RestArgNode(ArgumentNode argNode) |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractNodeVisitor.visitArgumentNode(ArgumentNode node) |
T |
NodeVisitor.visitArgumentNode(ArgumentNode iVisited) |
| Modifier and Type | Method and Description |
|---|---|
ArgumentNode |
ParserSupport.arg_var(ByteList byteName) |
Copyright © 2001-2022 JRuby. All Rights Reserved.