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, toString, toStringInternal
public BlockArgNode(ISourcePosition position, int count, String name)
public BlockArgNode(ArgumentNode argNode)
public NodeType getNodeType()
getNodeType
in class Node
public <T> T accept(NodeVisitor<T> iVisitor)
public int getCount()
public String getName()
public void setName(String name)
public List<Node> childNodes()
childNodes
in class Node
Copyright © 2001-2016 JRuby. All Rights Reserved.