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.
|
Modifier and Type | Field and Description |
---|---|
protected ArgumentNode |
ArgsNode.restArgNode |
Modifier and Type | Method and Description |
---|---|
ArgumentNode |
ArgsNode.getRestArgNode()
Gets the restArgNode.
|
Constructor and Description |
---|
BlockArgNode(ArgumentNode argNode) |
RestArgNode(ArgumentNode argNode) |
Modifier and Type | Method and Description |
---|---|
T |
NodeVisitor.visitArgumentNode(ArgumentNode iVisited) |
T |
AbstractNodeVisitor.visitArgumentNode(ArgumentNode node) |
Modifier and Type | Method and Description |
---|---|
ArgumentNode |
ParserSupport.arg_var(String name) |
Copyright © 2001-2015 JRuby. All Rights Reserved.