| Package | Description |
|---|---|
| org.jruby.ast | |
| org.jruby.ast.visitor | |
| org.jruby.parser |
| Modifier and Type | Method and Description |
|---|---|
BlockArgNode |
ArgsNode.getBlock()
Gets the explicit block argument of the parameter list (&block).
|
BlockArgNode |
ArgsNode.getBlockArgNode()
Deprecated.
|
| Constructor and Description |
|---|
ArgsNode(ISourcePosition position,
ListNode pre,
ListNode optionalArguments,
RestArgNode rest,
ListNode post,
BlockArgNode blockArgNode) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
NodeVisitor.visitBlockArgNode(BlockArgNode iVisited) |
| Modifier and Type | Method and Description |
|---|---|
BlockArgNode |
ParserSupport.newBlockArg(ISourcePosition position,
Token nameToken) |
| Modifier and Type | Method and Description |
|---|---|
Node |
ParserSupport.new_args(ISourcePosition position,
ListNode pre,
ListNode optional,
RestArgNode rest,
ListNode post,
BlockArgNode block) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.