Package org.jruby.ast
Class ForwardingBlockArgNode
java.lang.Object
org.jruby.ast.Node
org.jruby.ast.BlockArgNode
org.jruby.ast.ForwardingBlockArgNode
- All Implemented Interfaces:
INameNode
-
Field Summary
Fields inherited from class org.jruby.ast.Node
containsVariableAssignment, newline
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jruby.ast.BlockArgNode
accept, childNodes, getCount, getName, getNodeType
Methods inherited from class org.jruby.ast.Node
containsVariableAssignment, createList, createList, createList, createList, executesOnce, getFile, getLine, getNodeName, isNewline, isNil, needsDefinitionCheck, setLine, setNewline, toString, toString, toStringExtraInfo, toStringInternal, unsetNewline
-
Constructor Details
-
ForwardingBlockArgNode
-