public class BlockArgNode extends Node implements INameNode
containsVariableAssignment, newline| Constructor and Description | 
|---|
| BlockArgNode(ArgumentNode argNode) | 
| BlockArgNode(ISourcePosition position,
            int count,
            String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> T | accept(NodeVisitor<T> iVisitor)Accept for the visitor pattern. | 
| List<Node> | childNodes() | 
| int | getCount()Gets the count. | 
| String | getName()Get the name of this block argument | 
| NodeType | getNodeType() | 
| void | setName(String name) | 
containsVariableAssignment, createList, createList, createList, createList, findFirstChild, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toStringpublic BlockArgNode(ISourcePosition position, int count, String name)
public BlockArgNode(ArgumentNode argNode)
public NodeType getNodeType()
getNodeType in class Nodepublic <T> T accept(NodeVisitor<T> iVisitor)
public int getCount()
public String getName()
public void setName(String name)
public List<Node> childNodes()
childNodes in class NodeCopyright © 2001-2015 JRuby. All Rights Reserved.